Home
last modified time | relevance | path

Searched refs:NumLookups (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DDecl.h1885 unsigned NumLookups; variable
1893 return {getTrailingObjects<DeclAccessPair>(), NumLookups}; in getUnqualifiedLookups()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DDecl.h1840 unsigned NumLookups; variable
1848 return {getTrailingObjects<DeclAccessPair>(), NumLookups}; in getUnqualifiedLookups()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DDecl.h1812 unsigned NumLookups; variable
1820 return {getTrailingObjects<DeclAccessPair>(), NumLookups}; in getUnqualifiedLookups()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DDecl.h1812 unsigned NumLookups; variable
1820 return {getTrailingObjects<DeclAccessPair>(), NumLookups}; in getUnqualifiedLookups()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DDecl.h1812 unsigned NumLookups; variable
1820 return {getTrailingObjects<DeclAccessPair>(), NumLookups}; in getUnqualifiedLookups()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDecl.h1883 unsigned NumLookups; variable
1891 return {getTrailingObjects<DeclAccessPair>(), NumLookups}; in getUnqualifiedLookups()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDecl.h1883 unsigned NumLookups; variable
1891 return {getTrailingObjects<DeclAccessPair>(), NumLookups}; in getUnqualifiedLookups()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DDecl.h1834 unsigned NumLookups; variable
1842 return {getTrailingObjects<DeclAccessPair>(), NumLookups}; in getUnqualifiedLookups()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DDecl.h1812 unsigned NumLookups; variable
1820 return {getTrailingObjects<DeclAccessPair>(), NumLookups}; in getUnqualifiedLookups()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DDecl.h1883 unsigned NumLookups; variable
1891 return {getTrailingObjects<DeclAccessPair>(), NumLookups}; in getUnqualifiedLookups()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DDecl.h1840 unsigned NumLookups; variable
1848 return {getTrailingObjects<DeclAccessPair>(), NumLookups}; in getUnqualifiedLookups()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDecl.h1883 unsigned NumLookups; variable
1891 return {getTrailingObjects<DeclAccessPair>(), NumLookups}; in getUnqualifiedLookups()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DDecl.h1883 unsigned NumLookups; variable
1891 return {getTrailingObjects<DeclAccessPair>(), NumLookups}; in getUnqualifiedLookups()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp886 if (unsigned NumLookups = Record.readInt()) { in VisitFunctionDecl() local
888 for (unsigned I = 0; I != NumLookups; ++I) { in VisitFunctionDecl()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp886 if (unsigned NumLookups = Record.readInt()) { in VisitFunctionDecl() local
888 for (unsigned I = 0; I != NumLookups; ++I) { in VisitFunctionDecl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Serialization/
H A DASTReaderDecl.cpp926 if (unsigned NumLookups = Record.readInt()) { in VisitFunctionDecl() local
928 for (unsigned I = 0; I != NumLookups; ++I) { in VisitFunctionDecl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp893 if (unsigned NumLookups = Record.readInt()) { in VisitFunctionDecl() local
895 for (unsigned I = 0; I != NumLookups; ++I) { in VisitFunctionDecl()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Serialization/
H A DASTReaderDecl.cpp898 if (unsigned NumLookups = Record.readInt()) { in VisitFunctionDecl() local
900 for (unsigned I = 0; I != NumLookups; ++I) { in VisitFunctionDecl()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Serialization/
H A DASTReaderDecl.cpp896 if (unsigned NumLookups = Record.readInt()) { in VisitFunctionDecl() local
898 for (unsigned I = 0; I != NumLookups; ++I) { in VisitFunctionDecl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Serialization/
H A DASTReaderDecl.cpp891 if (unsigned NumLookups = Record.readInt()) { in VisitFunctionDecl() local
893 for (unsigned I = 0; I != NumLookups; ++I) { in VisitFunctionDecl()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp891 if (unsigned NumLookups = Record.readInt()) { in VisitFunctionDecl() local
893 for (unsigned I = 0; I != NumLookups; ++I) { in VisitFunctionDecl()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Serialization/
H A DASTReaderDecl.cpp898 if (unsigned NumLookups = Record.readInt()) { in VisitFunctionDecl() local
900 for (unsigned I = 0; I != NumLookups; ++I) { in VisitFunctionDecl()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp898 if (unsigned NumLookups = Record.readInt()) { in VisitFunctionDecl() local
900 for (unsigned I = 0; I != NumLookups; ++I) { in VisitFunctionDecl()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Serialization/
H A DASTReaderDecl.cpp896 if (unsigned NumLookups = Record.readInt()) { in VisitFunctionDecl() local
898 for (unsigned I = 0; I != NumLookups; ++I) { in VisitFunctionDecl()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Serialization/
H A DASTReaderDecl.cpp898 if (unsigned NumLookups = Record.readInt()) { in VisitFunctionDecl() local
900 for (unsigned I = 0; I != NumLookups; ++I) { in VisitFunctionDecl()

12