Home
last modified time | relevance | path

Searched refs:Defn (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/libc/config/
Dpublic_api.td10 string Defn = "";
14 let Defn = !strconcat("#define ", name, " ", value);
18 let Defn = !strconcat("#ifndef ", name, "\n",
/external/llvm-project/libc/config/linux/
Dapi.td59 let Defn = [{
79 let Defn = [{
88 let Defn = [{
95 let Defn = [{
115 let Defn = [{
129 let Defn = [{
135 let Defn = [{
141 let Defn = [{
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp9468 const FunctionDecl *Defn = nullptr; in finishPendingActions() local
9469 if (!getContext().getLangOpts().Modules || !FD->hasBody(Defn)) { in finishPendingActions()
9472 auto *NonConstDefn = const_cast<FunctionDecl*>(Defn); in finishPendingActions()