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

/external/clang/lib/Frontend/
H A DDependencyGraph.cpp53 bool IsAngled,
74 bool IsAngled,
71 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, const FileEntry *File, SourceLocation EndLoc, StringRef SearchPath, StringRef RelativePath) argument
H A DDependencyFile.cpp61 bool IsAngled,
134 bool IsAngled,
131 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, const FileEntry *File, SourceLocation EndLoc, StringRef SearchPath, StringRef RelativePath) argument
/external/clang/include/clang/Lex/
H A DPPCallbacks.h93 /// \param IsAngled Whether the file name was enclosed in angle brackets;
116 bool IsAngled,
268 bool IsAngled,
273 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, File,
275 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, File,
113 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, const FileEntry *File, SourceLocation EndLoc, StringRef SearchPath, StringRef RelativePath) argument
265 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, const FileEntry *File, SourceLocation EndLoc, StringRef SearchPath, StringRef RelativePath) argument
/external/clang/tools/libclang/
H A DIndexing.cpp70 bool IsAngled,
77 IndexCtx.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled);
67 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, const FileEntry *File, SourceLocation EndLoc, StringRef SearchPath, StringRef RelativePath) argument

Completed in 61 milliseconds