Searched refs:HashLoc (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/Frontend/
H A DDependencyGraph.cpp49 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
68 void DependencyGraphCallback::InclusionDirective(SourceLocation HashLoc, argument
82 = SM.getFileEntryForID(SM.getFileID(SM.getExpansionLoc(HashLoc)));
H A DDependencyFile.cpp62 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
188 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
294 void DFGImpl::InclusionDirective(SourceLocation HashLoc, argument
H A DPrintPreprocessedOutput.cpp126 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
314 void PrintPPOutputPPCallbacks::InclusionDirective(SourceLocation HashLoc, argument
328 MoveToLine(HashLoc);
/external/clang/unittests/Lex/
H A DPPCallbacksTest.cpp56 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
61 this->HashLoc = HashLoc;
72 SourceLocation HashLoc; member in class:__anon3390::InclusionDirectiveCallbacks
/external/clang/include/clang/Lex/
H A DPPCallbacks.h89 /// \param HashLoc The location of the '#' that starts the inclusion
122 virtual void InclusionDirective(SourceLocation HashLoc, argument
353 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
358 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
361 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
H A DPreprocessingRecord.h493 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
H A DPreprocessor.h1873 void HandleIncludeDirective(SourceLocation HashLoc,
1878 void HandleIncludeNextDirective(SourceLocation HashLoc, Token &Tok);
1879 void HandleIncludeMacrosDirective(SourceLocation HashLoc, Token &Tok);
1880 void HandleImportDirective(SourceLocation HashLoc, Token &Tok);
/external/clang/lib/Lex/
H A DPPDirectives.cpp1599 Preprocessor &PP, SourceLocation HashLoc, Token &IncludeTok,
1633 CharSourceRange ReplaceRange(SourceRange(HashLoc, PathEnd),
1635 PP.Diag(HashLoc, diag::warn_auto_module_import)
1679 void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc, argument
1746 Diag(HashLoc, diag::err_pp_include_in_arc_cf_code_audited);
1755 Diag(HashLoc, diag::err_pp_include_in_assume_nonnull);
1889 diagnoseAutoModuleImport(*this, HashLoc, IncludeTok, Path, CharEnd);
1930 HashLoc, IncludeTok,
1996 makeModuleVisible(M, HashLoc);
2000 EnterAnnotationToken(*this, HashLoc, En
1598 diagnoseAutoModuleImport( Preprocessor &PP, SourceLocation HashLoc, Token &IncludeTok, ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> Path, SourceLocation PathEnd) argument
2037 HandleIncludeNextDirective(SourceLocation HashLoc, Token &IncludeNextTok) argument
2082 HandleImportDirective(SourceLocation HashLoc, Token &ImportTok) argument
2096 HandleIncludeMacrosDirective(SourceLocation HashLoc, Token &IncludeMacrosTok) argument
[all...]
H A DPreprocessingRecord.cpp435 SourceLocation HashLoc,
479 File, SourceRange(HashLoc, EndLoc));
434 InclusionDirective( SourceLocation HashLoc, const clang::Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
/external/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp66 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
173 void InclusionRewriter::InclusionDirective(SourceLocation HashLoc, argument
187 std::make_pair(HashLoc.getRawEncoding(), Imported));
191 LastInclusionLocation = HashLoc;
/external/clang/tools/libclang/
H A DIndexing.cpp248 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
255 DataConsumer.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled,

Completed in 1088 milliseconds