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

/external/clang/lib/Frontend/
H A DDependencyGraph.cpp51 const Token &IncludeTok,
72 const Token &IncludeTok,
71 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, const FileEntry *File, SourceLocation EndLoc, StringRef SearchPath, StringRef RelativePath) argument
H A DDependencyFile.cpp59 const Token &IncludeTok,
132 const Token &IncludeTok,
131 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, const FileEntry *File, SourceLocation EndLoc, StringRef SearchPath, StringRef RelativePath) argument
/external/clang/include/clang/Lex/
H A DPPCallbacks.h85 /// \param IncludeTok The token that indicates the kind of inclusion
112 const Token &IncludeTok,
267 const Token &IncludeTok,
274 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, File,
276 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, File,
111 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, const FileEntry *File, SourceLocation EndLoc, StringRef SearchPath, StringRef RelativePath) argument
266 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, const FileEntry *File, SourceLocation EndLoc, StringRef SearchPath, StringRef RelativePath) argument
/external/clang/lib/Lex/
H A DPPDirectives.cpp1247 Token &IncludeTok,
1301 CheckEndOfDirective(IncludeTok.getIdentifierInfo()->getNameStart(), true);
1358 Callbacks->InclusionDirective(HashLoc, IncludeTok, Filename, isAngled, File,
1389 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) {
1432 = TheModuleLoader.loadModule(IncludeTok.getLocation(), Path, Visibility,
1246 HandleIncludeDirective(SourceLocation HashLoc, Token &IncludeTok, const DirectoryLookup *LookupFrom, bool isImport) argument
/external/clang/tools/libclang/
H A DIndexing.cpp68 const Token &IncludeTok,
75 bool isImport = (IncludeTok.is(tok::identifier) &&
76 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import);
67 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, const FileEntry *File, SourceLocation EndLoc, StringRef SearchPath, StringRef RelativePath) argument

Completed in 102 milliseconds