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

/external/clang/lib/Lex/
H A DPPDirectives.cpp770 return HandleIncludeDirective(SavedHash.getLocation(), Result);
1373 /// HandleIncludeDirective - The "\#include" tokens have just been read, read
1378 void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc, function in class:Preprocessor
1726 return HandleIncludeDirective(HashLoc, IncludeNextTok, Lookup);
1752 return HandleIncludeDirective(HashLoc, ImportTok, nullptr, true);
1773 HandleIncludeDirective(HashLoc, IncludeMacrosTok, nullptr, false);

Completed in 755 milliseconds