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

/external/clang/lib/Frontend/
H A DDependencyGraph.cpp51 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 DDependencyFile.cpp69 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 DPrintPreprocessedOutput.cpp132 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/unittests/Lex/
H A DPPCallbacksTest.cpp63 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/Lex/
H A DPreprocessingRecord.cpp441 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 DPPDirectives.cpp1419 CharSourceRange FilenameRange local
1508 isAngled, FilenameRange, File, SearchPath,
1626 FilenameRange, File,
1654 FilenameRange, File,
/external/clang/include/clang/Lex/
H A DPPCallbacks.h99 /// \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

Completed in 107 milliseconds