Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DDirectoryLookup.h57 unsigned LookupType : 2; variable
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1171 class LookupType { in initFunctionSummaries() class
1175 LookupType(const ASTContext &ACtx) : ACtx(ACtx) {} in initFunctionSummaries() function in StdLibraryFunctionsChecker::initFunctionSummaries::LookupType
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp9988 DirectoryLookup::LookupType_t LookupType) { in CodeCompleteIncludedFile()