Searched defs:IsAngled (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Frontend/
H A DDependencyGraph.cpp50 StringRef FileName, bool IsAngled,
71 bool IsAngled,
68 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.cpp63 StringRef FileName, bool IsAngled,
189 StringRef FileName, bool IsAngled,
297 bool IsAngled,
294 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.cpp127 StringRef FileName, bool IsAngled,
317 bool IsAngled,
337 << (IsAngled ? '<' : '"')
339 << (IsAngled ? '>' : '"')
314 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.cpp57 StringRef FileName, bool IsAngled,
64 this->IsAngled = IsAngled;
75 bool IsAngled; member in class:__anon3711::InclusionDirectiveCallbacks
/external/clang/lib/Lex/
H A DPreprocessingRecord.cpp438 bool IsAngled,
468 if (!IsAngled) {
477 = new (*this) clang::InclusionDirective(*this, Kind, FileName, !IsAngled,
434 InclusionDirective( SourceLocation HashLoc, const clang::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 DPPCallbacks.h98 /// \param IsAngled Whether the file name was enclosed in angle brackets;
125 bool IsAngled,
354 StringRef FileName, bool IsAngled,
358 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
361 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
122 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 260 milliseconds