Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp148 S->setSemiLoc(readSourceLocation()); in VisitNullStmt()
160 S->RBraceLoc = readSourceLocation(); in VisitCompoundStmt()
230 S->setIfLoc(readSourceLocation()); in VisitIfStmt()
288 S->setDoLoc(readSourceLocation()); in VisitDoStmt()
300 S->setForLoc(readSourceLocation()); in VisitForStmt()
411 S->EndLoc = readSourceLocation(); in VisitMSAsmStmt()
517 I.Loc = readSourceLocation(); in VisitCapturedStmt()
1723 E->Loc = readSourceLocation(); in VisitCXXInheritedCtorInitExpr()
1798 E->KWLoc = readSourceLocation(); in VisitBuiltinBitCastExpr()
2245 S->Loc = readSourceLocation(); in VisitSEHExceptStmt()
[all …]
H A DASTReaderDecl.cpp114 SourceLocation readSourceLocation() { in readSourceLocation() function in clang::ASTDeclReader
115 return Record.readSourceLocation(); in readSourceLocation()
1088 D->ColonLoc = readSourceLocation(); in VisitObjCTypeParamDecl()
1124 Data.EndLoc = readSourceLocation(); in ReadObjCDefinitionData()
1293 D->setAtLoc(readSourceLocation()); in VisitObjCPropertyDecl()
1327 D->SuperLoc = readSourceLocation(); in VisitObjCImplementationDecl()
1339 D->setAtLoc(readSourceLocation()); in VisitObjCPropertyImplDecl()
1342 D->IvarLoc = readSourceLocation(); in VisitObjCPropertyImplDecl()
1606 D->LocStart = readSourceLocation(); in VisitNamespaceDecl()
1638 D->IdentLoc = readSourceLocation(); in VisitNamespaceAliasDecl()
[all …]
H A DASTReader.cpp6516 TL.setNameLoc(readSourceLocation()); in VisitComplexTypeLoc()
6520 TL.setStarLoc(readSourceLocation()); in VisitPointerTypeLoc()
6540 TL.setAmpLoc(readSourceLocation()); in VisitLValueReferenceTypeLoc()
6548 TL.setStarLoc(readSourceLocation()); in VisitMemberPointerTypeLoc()
6588 TL.setNameLoc(readSourceLocation()); in VisitDependentSizedExtVectorTypeLoc()
6592 TL.setNameLoc(readSourceLocation()); in VisitVectorTypeLoc()
6597 TL.setNameLoc(readSourceLocation()); in VisitDependentVectorTypeLoc()
6664 TL.setKWLoc(readSourceLocation()); in VisitUnaryTransformTypeLoc()
6798 TL.setKWLoc(readSourceLocation()); in VisitAtomicTypeLoc()
6804 TL.setKWLoc(readSourceLocation()); in VisitPipeTypeLoc()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h274 SourceLocation readSourceLocation() { in readSourceLocation() function