Home
last modified time | relevance | path

Searched defs:SourceLocation (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDiagnosticsRendering.h30 struct SourceLocation { struct
32 FileSpec file;
34 unsigned line = 0;
36 uint16_t column = 0;
38 uint16_t length = 0;
42 bool hidden = false;
47 bool in_user_input = false;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h22 struct SourceLocation { struct
30 inline bool operator==(const SourceLocation &LHS, const SourceLocation &RHS) { argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DDataAccessProf.h40 struct SourceLocation { struct
41 SourceLocation(StringRef FileNameRef, uint32_t Line) in SourceLocation() function
45 SourceLocation() {} in SourceLocation() function
54 // Conceptually similar to SourceLocation except that FileNames are StringRef of argument
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h30 struct SourceLocation { struct
37 SourceLocation Start; argument
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DUSRFinder.h27 class SourceLocation; variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DSelectorLocationsKind.h21 class SourceLocation; variable
H A DASTStructuralEquivalence.h31 class SourceLocation; variable
H A DExprOpenMP.h228 unsigned numTrailingObjects(OverloadToken<SourceLocation>) const { in numTrailingObjects()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp109 void PPConditionalDirectiveRecord::Elifdef(SourceLocation Loc, SourceRange, in Elifdef() argument
120 void PPConditionalDirectiveRecord::Elifndef(SourceLocation Loc, SourceRange, in Elifndef() argument
H A DPreprocessor.cpp1527 &Loc](const std::pair<SourceLocation, SourceLocation> &Region) { in isSafeBufferOptOut()
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DUSRGeneration.h21 class SourceLocation; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h50 SourceLocation() : Filename(), Line(), Column() {} in SourceLocation() function
51 SourceLocation(const char *Filename, unsigned Line, unsigned Column) in SourceLocation() function
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroArgs.h25 class SourceLocation; variable
H A DLiteralSupport.h31 class SourceLocation; variable
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DSource.h24 class SourceLocation; variable
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.h34 class SourceLocation; variable
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTDeserializationListener.h28 class SourceLocation; variable
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp595 llvm::function_ref<void(Rewriter &, SourceLocation, SourceLocation, in HighlightMacrosImpl() argument
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h29 class SourceLocation; variable
H A DIdentifierTable.h47 class SourceLocation; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp266 llvm::SmallVector<std::pair<SourceLocation, bool>, 4>> & in ReadMismatchingDeleteExpressions()
H A DSema.cpp2637 FieldDecl *, llvm::SmallVector<std::pair<SourceLocation, bool>, 4>> &) {} in ReadMismatchingDeleteExpressions()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp131 Object SourceLocation; in serializeSourceLocation() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h525 llvm::SmallVector<std::pair<clang::SourceLocation, bool>, in ReadMismatchingDeleteExpressions()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1601 SourceLocation, unsigned)) { in IsStructurallyEquivalent()

12