Searched defs:RecordLoc (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | Record.h | 31 struct RecordLoc { struct 33 RecordLoc(std::string File, unsigned Line) in RecordLoc() argument 39 bool operator==(const RecordLoc &O) const { argument 43 const std::string File; 44 const unsigned Line = 0;
|
/llvm-project/clang/include/clang/InstallAPI/ |
H A D | MachO.h | 41 using RecordLoc = llvm::MachO::RecordLoc; variable
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 1092 auto &RecordLoc = cast<RecordStorageLocation>(Loc); createObjectInternal() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 3469 SkipCXXMemberSpecification(SourceLocation RecordLoc,SourceLocation AttrFixitLoc,unsigned TagType,Decl * TagDecl) SkipCXXMemberSpecification() argument 3642 ParseCXXMemberSpecification(SourceLocation RecordLoc,SourceLocation AttrFixitLoc,ParsedAttributes & Attrs,unsigned TagType,Decl * TagDecl) ParseCXXMemberSpecification() argument
|
H A D | ParseDecl.cpp | 5063 ParseStructUnionBody(SourceLocation RecordLoc,DeclSpec::TST TagType,RecordDecl * TagDecl) ParseStructUnionBody() argument
|