Searched defs:IncludeTok (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/Frontend/
H A DDependencyGraph.cpp49 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
69 const Token &IncludeTok,
68 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
H A DDependencyFile.cpp62 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
188 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
295 const Token &IncludeTok,
294 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
H A DPrintPreprocessedOutput.cpp126 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
315 const Token &IncludeTok,
314 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
/external/clang/unittests/Lex/
H A DPPCallbacksTest.cpp56 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
62 this->IncludeTok = IncludeTok;
73 Token IncludeTok; member in class:__anon3241::InclusionDirectiveCallbacks
/external/clang/lib/Lex/
H A DPreprocessingRecord.cpp436 const clang::Token &IncludeTok,
446 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) {
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
H A DPPDirectives.cpp1457 Preprocessor &PP, SourceLocation HashLoc, Token &IncludeTok,
1470 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) {
1505 Token &IncludeTok,
1562 CheckEndOfDirective(IncludeTok.getIdentifierInfo()->getNameStart(), true);
1713 diagnoseAutoModuleImport(*this, HashLoc, IncludeTok, Path, CharEnd);
1720 IncludeTok.getLocation(), Path, Module::Hidden,
1737 Token &Result = IncludeTok;
1754 HashLoc, IncludeTok,
1789 if (IncludeTok.getIdentifierInfo()->getPPKeywordID() !=
1456 diagnoseAutoModuleImport( Preprocessor &PP, SourceLocation HashLoc, Token &IncludeTok, ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> Path, SourceLocation PathEnd) argument
1504 HandleIncludeDirective(SourceLocation HashLoc, Token &IncludeTok, const DirectoryLookup *LookupFrom, const FileEntry *LookupFromFile, bool isImport) argument
/external/clang/include/clang/Lex/
H A DPPCallbacks.h92 /// \param IncludeTok The token that indicates the kind of inclusion
123 const Token &IncludeTok,
353 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
358 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
361 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
122 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument

Completed in 165 milliseconds