Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp149 S->setSemiLoc(readSourceLocation()); in VisitNullStmt()
165 S->LBraceLoc = readSourceLocation(); in VisitCompoundStmt()
166 S->RBraceLoc = readSourceLocation(); in VisitCompoundStmt()
238 S->setIfLoc(readSourceLocation()); in VisitIfStmt()
296 S->setDoLoc(readSourceLocation()); in VisitDoStmt()
421 S->EndLoc = readSourceLocation(); in VisitMSAsmStmt()
527 I.Loc = readSourceLocation(); in VisitCapturedStmt()
1744 E->Loc = readSourceLocation(); in VisitCXXInheritedCtorInitExpr()
1819 E->KWLoc = readSourceLocation(); in VisitBuiltinBitCastExpr()
2321 S->Loc = readSourceLocation(); in VisitSEHExceptStmt()
[all …]
H A DASTReader.cpp6749 SourceLocation readSourceLocation() { return Reader.readSourceLocation(Seq); } in readSourceLocation() function in clang::TypeLocReader
6797 TL.setNameLoc(readSourceLocation()); in VisitComplexTypeLoc()
6801 TL.setStarLoc(readSourceLocation()); in VisitPointerTypeLoc()
6821 TL.setAmpLoc(readSourceLocation()); in VisitLValueReferenceTypeLoc()
6829 TL.setStarLoc(readSourceLocation()); in VisitMemberPointerTypeLoc()
6869 TL.setNameLoc(readSourceLocation()); in VisitDependentSizedExtVectorTypeLoc()
6873 TL.setNameLoc(readSourceLocation()); in VisitVectorTypeLoc()
6950 TL.setKWLoc(readSourceLocation()); in VisitUnaryTransformTypeLoc()
7092 TL.setKWLoc(readSourceLocation()); in VisitAtomicTypeLoc()
7098 TL.setKWLoc(readSourceLocation()); in VisitPipeTypeLoc()
[all …]
H A DASTReaderDecl.cpp117 SourceLocation readSourceLocation() { in readSourceLocation() function in clang::ASTDeclReader
118 return Record.readSourceLocation(); in readSourceLocation()
1214 D->ColonLoc = readSourceLocation(); in VisitObjCTypeParamDecl()
1250 Data.EndLoc = readSourceLocation(); in ReadObjCDefinitionData()
1476 D->setAtLoc(readSourceLocation()); in VisitObjCPropertyDecl()
1510 D->SuperLoc = readSourceLocation(); in VisitObjCImplementationDecl()
1522 D->setAtLoc(readSourceLocation()); in VisitObjCPropertyImplDecl()
1525 D->IvarLoc = readSourceLocation(); in VisitObjCPropertyImplDecl()
1841 D->LocStart = readSourceLocation(); in VisitNamespaceDecl()
1873 D->KwLoc = readSourceLocation(); in VisitHLSLBufferDecl()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h280 SourceLocation readSourceLocation(LocSeq *Seq = nullptr) {