Home
last modified time | relevance | path

Searched defs:LookupType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DDirectoryLookup.h57 unsigned LookupType : 2; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp959 class LookupType { in initFunctionSummaries() class
963 LookupType(const ASTContext &ACtx) : ACtx(ACtx) {} in initFunctionSummaries() function in StdLibraryFunctionsChecker::initFunctionSummaries::LookupType
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp9433 DirectoryLookup::LookupType_t LookupType) { in CodeCompleteIncludedFile()