Searched refs:GetIncludeFilenameSpelling (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/Lex/ |
D | Pragma.cpp | 470 GetIncludeFilenameSpelling(FilenameTok.getLocation(), Filename); in HandlePragmaDependency() 702 GetIncludeFilenameSpelling(SourceFilenameTok.getLocation(), in HandlePragmaIncludeAlias() 705 GetIncludeFilenameSpelling(ReplaceFilenameTok.getLocation(), in HandlePragmaIncludeAlias()
|
D | PPDirectives.cpp | 1481 bool Preprocessor::GetIncludeFilenameSpelling(SourceLocation Loc, in GetIncludeFilenameSpelling() function in Preprocessor 1724 GetIncludeFilenameSpelling(FilenameTok.getLocation(), Filename); in HandleIncludeDirective()
|
D | PPMacroExpansion.cpp | 1369 bool isAngled = PP.GetIncludeFilenameSpelling(Tok.getLocation(), Filename); in EvaluateHasIncludeCommon()
|
/external/llvm-project/clang/lib/Lex/ |
D | Pragma.cpp | 514 GetIncludeFilenameSpelling(FilenameTok.getLocation(), Filename); in HandlePragmaDependency() 724 GetIncludeFilenameSpelling(SourceFilenameTok.getLocation(), in HandlePragmaIncludeAlias() 727 GetIncludeFilenameSpelling(ReplaceFilenameTok.getLocation(), in HandlePragmaIncludeAlias()
|
D | PPDirectives.cpp | 1501 bool Preprocessor::GetIncludeFilenameSpelling(SourceLocation Loc, in GetIncludeFilenameSpelling() function in Preprocessor 1865 GetIncludeFilenameSpelling(FilenameTok.getLocation(), Filename); in HandleHeaderIncludeOrImport()
|
D | PPMacroExpansion.cpp | 1219 bool isAngled = PP.GetIncludeFilenameSpelling(Tok.getLocation(), Filename); in EvaluateHasIncludeCommon()
|
/external/clang/lib/Frontend/Rewrite/ |
D | InclusionRewriter.cpp | 386 bool isAngled = PP.GetIncludeFilenameSpelling(Tok.getLocation(), Filename); in HandleHasInclude()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 1640 bool GetIncludeFilenameSpelling(SourceLocation Loc,StringRef &Filename);
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Preprocessor.h | 2001 bool GetIncludeFilenameSpelling(SourceLocation Loc,StringRef &Buffer);
|