Searched refs:AttachHeaderIncludeGen (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Frontend/ |
D | HeaderIncludeGen.cpp | 49 void clang::AttachHeaderIncludeGen(Preprocessor &PP, bool ShowAllHeaders, in AttachHeaderIncludeGen() function in clang
|
D | CompilerInstance.cpp | 355 AttachHeaderIncludeGen(*PP); in createPreprocessor() 360 AttachHeaderIncludeGen(*PP, /*ShowAllHeaders=*/true, OutputPath, in createPreprocessor() 365 AttachHeaderIncludeGen(*PP, /*ShowAllHeaders=*/false, /*OutputPath=*/"", in createPreprocessor()
|
/external/clang/include/clang/Frontend/ |
D | Utils.h | 158 void AttachHeaderIncludeGen(Preprocessor &PP, bool ShowAllHeaders = false,
|