Searched refs:RecordLoc (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | Record.h | 31 struct RecordLoc { struct 32 RecordLoc() = default; 33 RecordLoc(std::string File, unsigned Line) in RecordLoc() argument 39 bool operator==(const RecordLoc &O) const { argument
|
H A D | DylibReader.h | 47 using SymbolToSourceLocMap = llvm::StringMap<RecordLoc>;
|
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
H A D | MachO.h | 41 using RecordLoc = llvm::MachO::RecordLoc; variable
|
H A D | DylibVerifier.h | 72 void emitDiag(llvm::function_ref<void()> Report, RecordLoc *Loc = nullptr);
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | DylibVerifier.cpp | 583 RecordLoc *Loc) { in emitDiag() 691 RecordLoc Loc = DWARFCtx->SourceLocs.lookup(SymCtx.SymbolName); in visitSymbolInDylib()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 1107 auto &RecordLoc = cast<RecordStorageLocation>(Loc); in createObjectInternal() local 1109 initializeFieldsWithValues(RecordLoc); in createObjectInternal()
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/ |
H A D | DylibReader.cpp | 487 LocMap.insert({Sym.Name, RecordLoc(File, Line)}); in accumulateLocs()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 3469 void Parser::SkipCXXMemberSpecification(SourceLocation RecordLoc, in SkipCXXMemberSpecification() argument 3642 void Parser::ParseCXXMemberSpecification(SourceLocation RecordLoc, in ParseCXXMemberSpecification() argument 3657 PrettyDeclStackTraceEntry CrashInfo(Actions.Context, TagDecl, RecordLoc, in ParseCXXMemberSpecification() 3671 Diag(RecordLoc, diag::err_invalid_member_in_interface) in ParseCXXMemberSpecification() 3850 Actions.ActOnFinishCXXMemberSpecification(getCurScope(), RecordLoc, TagDecl, in ParseCXXMemberSpecification()
|
H A D | ParseDecl.cpp | 5070 void Parser::ParseStructUnionBody(SourceLocation RecordLoc, in ParseStructUnionBody() argument 5072 PrettyDeclStackTraceEntry CrashInfo(Actions.Context, TagDecl, RecordLoc, in ParseStructUnionBody() 5198 Actions.ActOnFields(getCurScope(), RecordLoc, TagDecl, FieldDecls, in ParseStructUnionBody()
|