Home
last modified time | relevance | path

Searched defs:HashLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Lex/
DPPDirectives.cpp1115 void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc, in HandleIncludeDirective()
1220 void Preprocessor::HandleIncludeNextDirective(SourceLocation HashLoc, in HandleIncludeNextDirective()
1243 void Preprocessor::HandleImportDirective(SourceLocation HashLoc, in HandleImportDirective()
1255 void Preprocessor::HandleIncludeMacrosDirective(SourceLocation HashLoc, in HandleIncludeMacrosDirective()
DPreprocessingRecord.cpp153 SourceLocation HashLoc, in InclusionDirective()
/external/clang/include/clang/Lex/
DPPCallbacks.h91 virtual void InclusionDirective(SourceLocation HashLoc, in InclusionDirective()
219 virtual void InclusionDirective(SourceLocation HashLoc, in InclusionDirective()
/external/clang/lib/Frontend/
DDependencyFile.cpp144 void DependencyFileCallback::InclusionDirective(SourceLocation HashLoc, in InclusionDirective()