Searched defs:HashLoc (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Frontend/
H A DDependencyGraph.cpp50 virtual void InclusionDirective(SourceLocation HashLoc,
71 void DependencyGraphCallback::InclusionDirective(SourceLocation HashLoc, argument
84 = SM.getFileEntryForID(SM.getFileID(SM.getExpansionLoc(HashLoc)));
H A DDependencyFile.cpp58 virtual void InclusionDirective(SourceLocation HashLoc,
131 void DependencyFileCallback::InclusionDirective(SourceLocation HashLoc, argument
/external/clang/include/clang/Lex/
H A DPPCallbacks.h82 /// \param HashLoc The location of the '#' that starts the inclusion
111 virtual void InclusionDirective(SourceLocation HashLoc, argument
266 virtual void InclusionDirective(SourceLocation HashLoc, argument
274 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, File,
276 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, File,
/external/clang/lib/Lex/
H A DPPDirectives.cpp1246 void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc, argument
1311 Diag(HashLoc, diag::err_pp_include_in_arc_cf_code_audited);
1358 Callbacks->InclusionDirective(HashLoc, IncludeTok, Filename, isAngled, File,
1419 CharSourceRange ReplaceRange(SourceRange(HashLoc, CharEnd),
1421 Diag(HashLoc, diag::warn_auto_module_import)
1470 void Preprocessor::HandleIncludeNextDirective(SourceLocation HashLoc, argument
1488 return HandleIncludeDirective(HashLoc, IncludeNextTok, Lookup);
1507 void Preprocessor::HandleImportDirective(SourceLocation HashLoc, argument
1514 return HandleIncludeDirective(HashLoc, ImportTok, 0, true);
1521 void Preprocessor::HandleIncludeMacrosDirective(SourceLocation HashLoc, argument
[all...]
/external/clang/tools/libclang/
H A DIndexing.cpp67 virtual void InclusionDirective(SourceLocation HashLoc, argument
77 IndexCtx.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled);

Completed in 186 milliseconds