Searched defs:HashLoc (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/Frontend/ |
D | DependencyGraph.cpp | 68 void DependencyGraphCallback::InclusionDirective(SourceLocation HashLoc, in InclusionDirective()
|
D | DependencyFile.cpp | 294 void DFGImpl::InclusionDirective(SourceLocation HashLoc, in InclusionDirective()
|
D | PrintPreprocessedOutput.cpp | 314 void PrintPPOutputPPCallbacks::InclusionDirective(SourceLocation HashLoc, in InclusionDirective()
|
/external/clang/lib/Lex/ |
D | PPDirectives.cpp | 1599 Preprocessor &PP, SourceLocation HashLoc, Token &IncludeTok, in diagnoseAutoModuleImport() 1679 void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc, in HandleIncludeDirective() 2037 void Preprocessor::HandleIncludeNextDirective(SourceLocation HashLoc, in HandleIncludeNextDirective() 2082 void Preprocessor::HandleImportDirective(SourceLocation HashLoc, in HandleImportDirective() 2096 void Preprocessor::HandleIncludeMacrosDirective(SourceLocation HashLoc, in HandleIncludeMacrosDirective()
|
D | PreprocessingRecord.cpp | 435 SourceLocation HashLoc, in InclusionDirective()
|
/external/clang/unittests/Lex/ |
D | PPCallbacksTest.cpp | 56 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, in InclusionDirective() 72 SourceLocation HashLoc; member in __anon5d7da8300111::InclusionDirectiveCallbacks
|
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 122 virtual void InclusionDirective(SourceLocation HashLoc, in InclusionDirective() 353 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, in InclusionDirective()
|
/external/clang/lib/Frontend/Rewrite/ |
D | InclusionRewriter.cpp | 173 void InclusionRewriter::InclusionDirective(SourceLocation HashLoc, in InclusionDirective()
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 248 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, in InclusionDirective()
|