Home
last modified time | relevance | path

Searched defs:AddSourceRange (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h160 void AddSourceRange(const CharSourceRange &R) const { in AddSourceRange() function
H A DDiagnostic.h994 void AddSourceRange(const CharSourceRange &R) const { in AddSourceRange() function
/aosp_15_r20/external/clang/include/clang/Serialization/
H A DASTWriter.h798 void AddSourceRange(SourceRange Range) { in AddSourceRange() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DDiagnostic.h1210 void AddSourceRange(const CharSourceRange &R) const { in AddSourceRange() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DDiagnostic.h1210 void AddSourceRange(const CharSourceRange &R) const { in AddSourceRange() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DDiagnostic.h1210 void AddSourceRange(const CharSourceRange &R) const { in AddSourceRange() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DDiagnostic.h1210 void AddSourceRange(const CharSourceRange &R) const { in AddSourceRange() function
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriter.cpp4790 void ASTWriter::AddSourceRange(SourceRange Range, RecordDataImpl &Record) { in AddSourceRange() function in ASTWriter