/external/clang/unittests/Lex/ |
H A D | PPCallbacksTest.cpp | 63 CharSourceRange FilenameRange, 72 this->FilenameRange = FilenameRange; 83 CharSourceRange FilenameRange; member in class:__anon19545::InclusionDirectiveCallbacks 159 // Run lexer over SourceText and collect FilenameRange from 192 return Callbacks->FilenameRange; 59 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
|
/external/clang/lib/Frontend/ |
H A D | DependencyGraph.cpp | 51 CharSourceRange FilenameRange, const FileEntry *File, 71 CharSourceRange FilenameRange, 67 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
|
H A D | DependencyFile.cpp | 69 CharSourceRange FilenameRange, const FileEntry *File, 162 CharSourceRange FilenameRange, const FileEntry *File, 264 CharSourceRange FilenameRange, 260 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
|
H A D | PrintPreprocessedOutput.cpp | 132 CharSourceRange FilenameRange, const FileEntry *File, 322 CharSourceRange FilenameRange, 318 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
|
/external/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 99 /// \param FilenameRange The character range of the quotes or angle brackets 124 CharSourceRange FilenameRange, 357 CharSourceRange FilenameRange, const FileEntry *File, 361 FilenameRange, File, SearchPath, RelativePath, 364 FilenameRange, File, SearchPath, RelativePath, 120 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
|
H A D | PreprocessingRecord.h | 575 CharSourceRange FilenameRange,
|
/external/clang/lib/Lex/ |
H A D | PreprocessingRecord.cpp | 441 CharSourceRange FilenameRange, 471 EndLoc = FilenameRange.getBegin(); 473 EndLoc = FilenameRange.getEnd(); 474 if (FilenameRange.isCharRange()) 436 InclusionDirective( SourceLocation HashLoc, const clang::Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
|
H A D | PPDirectives.cpp | 1419 CharSourceRange FilenameRange local 1508 isAngled, FilenameRange, File, SearchPath, 1626 FilenameRange, File, 1654 FilenameRange, File,
|
/external/clang/lib/Rewrite/Frontend/ |
H A D | InclusionRewriter.cpp | 65 CharSourceRange FilenameRange, const FileEntry *File, 173 CharSourceRange /*FilenameRange*/,
|
/external/clang/tools/libclang/ |
H A D | Indexing.cpp | 272 CharSourceRange FilenameRange, const FileEntry *File,
|