Searched refs:LexIncludeFilename (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessorLexer.cpp32 void PreprocessorLexer::LexIncludeFilename(Token &FilenameTok) { function in class:PreprocessorLexer
H A DPragma.cpp455 CurPPLexer->LexIncludeFilename(FilenameTok);
637 CurPPLexer->LexIncludeFilename(SourceFilenameTok);
669 CurPPLexer->LexIncludeFilename(ReplaceFilenameTok);
H A DPPMacroExpansion.cpp1095 PP.getCurrentLexer()->LexIncludeFilename(Tok);
1097 // We're in a macro, so we can't use LexIncludeFilename; just
H A DPPDirectives.cpp1403 CurPPLexer->LexIncludeFilename(FilenameTok);
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessorLexer.h139 void LexIncludeFilename(Token &Result);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCacheTokens.cpp351 L.LexIncludeFilename(Tok);

Completed in 96 milliseconds