Home
last modified time | relevance | path

Searched refs:RecordLoc (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h31 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 DDylibReader.h47 using SymbolToSourceLocMap = llvm::StringMap<RecordLoc>;
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DMachO.h41 using RecordLoc = llvm::MachO::RecordLoc; variable
H A DDylibVerifier.h72 void emitDiag(llvm::function_ref<void()> Report, RecordLoc *Loc = nullptr);
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp583 RecordLoc *Loc) { in emitDiag()
691 RecordLoc Loc = DWARFCtx->SourceLocs.lookup(SymCtx.SymbolName); in visitSymbolInDylib()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp1107 auto &RecordLoc = cast<RecordStorageLocation>(Loc); in createObjectInternal() local
1109 initializeFieldsWithValues(RecordLoc); in createObjectInternal()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp487 LocMap.insert({Sym.Name, RecordLoc(File, Line)}); in accumulateLocs()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3469 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 DParseDecl.cpp5070 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()