Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/config/linux/
H A Dapi.td11 let Defn = [{
31 let Defn = [{
40 let Defn = [{
47 let Defn = [{
72 let Defn = [{
86 let Defn = [{
92 let Defn = [{
98 let Defn = [{
/llvm-project-15.0.7/libc/config/
H A Dpublic_api.td5 string Defn = "";
9 let Defn = !strconcat("#define ", name, " ", value);
13 let Defn = !strconcat("#ifndef ", name, "\n",
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp9445 const FunctionDecl *Defn = nullptr; in finishPendingActions() local
9446 if (!getContext().getLangOpts().Modules || !FD->hasBody(Defn)) { in finishPendingActions()
9449 auto *NonConstDefn = const_cast<FunctionDecl*>(Defn); in finishPendingActions()