HomeSort by: relevance | last modified time | path
    Searched refs:GetIncludeFilenameSpelling (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
Pragma.cpp 514 GetIncludeFilenameSpelling(FilenameTok.getLocation(), Filename);
515 // If GetIncludeFilenameSpelling set the start ptr to null, there was an
724 GetIncludeFilenameSpelling(SourceFilenameTok.getLocation(),
727 GetIncludeFilenameSpelling(ReplaceFilenameTok.getLocation(),
PPDirectives.cpp 1519 /// GetIncludeFilenameSpelling - Turn the specified lexer token into a fully
1525 bool Preprocessor::GetIncludeFilenameSpelling(SourceLocation Loc,
1889 GetIncludeFilenameSpelling(FilenameTok.getLocation(), Filename);
1891 // If GetIncludeFilenameSpelling set the start ptr to null, there was an
PPMacroExpansion.cpp 1221 bool isAngled = PP.GetIncludeFilenameSpelling(Tok.getLocation(), Filename);
1222 // If GetIncludeFilenameSpelling set the start ptr to null, there was an
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 2006 bool GetIncludeFilenameSpelling(SourceLocation Loc,StringRef &Buffer);

Completed in 23 milliseconds