Searched defs:OnlyLocalDecls (Results 1 – 5 of 5) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
H A D | CIndexer.h | 36 bool OnlyLocalDecls; variable
|
H A D | Indexing.cpp | 625 bool OnlyLocalDecls = false; in clang_indexSourceFile_Impl() local
|
H A D | CIndex.cpp | 432 bool OnlyLocalDecls in visitPreprocessedEntitiesInRegion() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 665 const FileSystemOptions &FileSystemOpts, bool OnlyLocalDecls, in LoadFromASTFile() 1725 StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, in LoadFromCompilerInvocationAction() 1889 bool OnlyLocalDecls, bool CaptureDiagnostics, bool PrecompilePreamble, in LoadFromCompilerInvocation() 1926 bool OnlyLocalDecls, bool CaptureDiagnostics, in LoadFromCommandLine()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 119 bool OnlyLocalDecls; variable
|