Home
last modified time | relevance | path

Searched refs:IncludeMacros (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCodeCompleteOptions.h18 unsigned IncludeMacros : 1;
47 : IncludeMacros(0), IncludeCodePatterns(0), IncludeGlobals(1), in CodeCompleteOptions()
H A DCodeCompleteConsumer.h1076 return CodeCompleteOpts.IncludeMacros; in includeMacros()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessingRecord.h223 IncludeMacros enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessingRecord.cpp487 Kind = InclusionDirective::IncludeMacros; in InclusionDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h881 ArrayRef<RemappedFile> RemappedFiles, bool IncludeMacros,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp2120 ArrayRef<RemappedFile> RemappedFiles, bool IncludeMacros, in CodeComplete() argument
2140 CodeCompleteOpts.IncludeMacros = IncludeMacros && in CodeComplete()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td5152 MarshallingInfoFlag<FrontendOpts<"CodeCompleteOpts.IncludeMacros">>;