Home
last modified time | relevance | path

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

/freebsd/contrib/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;
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DMachO.h41 using RecordLoc = llvm::MachO::RecordLoc; variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp1107 auto &RecordLoc = cast<RecordStorageLocation>(Loc); in createObjectInternal() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3469 void Parser::SkipCXXMemberSpecification(SourceLocation RecordLoc, in SkipCXXMemberSpecification()
3642 void Parser::ParseCXXMemberSpecification(SourceLocation RecordLoc, in ParseCXXMemberSpecification()
H A DParseDecl.cpp5070 void Parser::ParseStructUnionBody(SourceLocation RecordLoc, in ParseStructUnionBody()