Home
last modified time | relevance | path

Searched defs:RecordLoc (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h31 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 DMachO.h41 using RecordLoc = llvm::MachO::RecordLoc; variable
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp1092 auto &RecordLoc = cast<RecordStorageLocation>(Loc); createObjectInternal() local
/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3469 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 DParseDecl.cpp5063 ParseStructUnionBody(SourceLocation RecordLoc,DeclSpec::TST TagType,RecordDecl * TagDecl) ParseStructUnionBody() argument