Home
last modified time | relevance | path

Searched defs:IsAngled (Results 1 – 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDCodeCompletionHandler.h67 virtual void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) {} in CodeCompleteIncludedFile()
HDPPCallbacks.h125 bool IsAngled, in InclusionDirective()
309 virtual void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled, in HasInclude()
405 StringRef FileName, bool IsAngled, in InclusionDirective()
491 void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled, in HasInclude()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDDependencyGraph.cpp72 bool IsAngled, in InclusionDirective()
HDPrintPreprocessedOutput.cpp329 bool IsAngled, in InclusionDirective()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
HDModuleDepCollector.cpp45 bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, in InclusionDirective()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDMacroPPCallbacks.cpp170 bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, in InclusionDirective()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDPreprocessingRecord.cpp464 bool IsAngled, in InclusionDirective()
HDPreprocessor.cpp448 bool IsAngled) { in CodeCompleteIncludedFile()
HDLexer.cpp2092 bool IsAngled) { in codeCompleteIncludedFile()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParser.cpp2121 void Parser::CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) { in CodeCompleteIncludedFile()