Home
last modified time | relevance | path

Searched refs:readSourceLocation (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp147 S->setSemiLoc(readSourceLocation()); in VisitNullStmt()
163 S->LBraceLoc = readSourceLocation(); in VisitCompoundStmt()
164 S->RBraceLoc = readSourceLocation(); in VisitCompoundStmt()
234 S->setIfLoc(readSourceLocation()); in VisitIfStmt()
292 S->setDoLoc(readSourceLocation()); in VisitDoStmt()
415 S->EndLoc = readSourceLocation(); in VisitMSAsmStmt()
521 I.Loc = readSourceLocation(); in VisitCapturedStmt()
1708 E->Loc = readSourceLocation(); in VisitCXXInheritedCtorInitExpr()
1783 E->KWLoc = readSourceLocation(); in VisitBuiltinBitCastExpr()
2230 S->Loc = readSourceLocation(); in VisitSEHExceptStmt()
[all …]
H A DASTReaderDecl.cpp115 SourceLocation readSourceLocation() { in readSourceLocation() function in clang::ASTDeclReader
116 return Record.readSourceLocation(); in readSourceLocation()
1134 D->ColonLoc = readSourceLocation(); in VisitObjCTypeParamDecl()
1170 Data.EndLoc = readSourceLocation(); in ReadObjCDefinitionData()
1386 D->setAtLoc(readSourceLocation()); in VisitObjCPropertyDecl()
1420 D->SuperLoc = readSourceLocation(); in VisitObjCImplementationDecl()
1432 D->setAtLoc(readSourceLocation()); in VisitObjCPropertyImplDecl()
1435 D->IvarLoc = readSourceLocation(); in VisitObjCPropertyImplDecl()
1710 D->LocStart = readSourceLocation(); in VisitNamespaceDecl()
1742 D->IdentLoc = readSourceLocation(); in VisitNamespaceAliasDecl()
[all …]
H A DASTReader.cpp6508 SourceLocation readSourceLocation() { return Reader.readSourceLocation(Seq); } in readSourceLocation() function in clang::TypeLocReader
6556 TL.setNameLoc(readSourceLocation()); in VisitComplexTypeLoc()
6560 TL.setStarLoc(readSourceLocation()); in VisitPointerTypeLoc()
6580 TL.setAmpLoc(readSourceLocation()); in VisitLValueReferenceTypeLoc()
6588 TL.setStarLoc(readSourceLocation()); in VisitMemberPointerTypeLoc()
6628 TL.setNameLoc(readSourceLocation()); in VisitDependentSizedExtVectorTypeLoc()
6632 TL.setNameLoc(readSourceLocation()); in VisitVectorTypeLoc()
6709 TL.setKWLoc(readSourceLocation()); in VisitUnaryTransformTypeLoc()
6849 TL.setKWLoc(readSourceLocation()); in VisitAtomicTypeLoc()
6855 TL.setKWLoc(readSourceLocation()); in VisitPipeTypeLoc()
[all …]
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTRecordReader.h275 SourceLocation readSourceLocation(LocSeq *Seq = nullptr) {