Home
last modified time | relevance | path

Searched refs:DotLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDesignator.h45 SourceLocation DotLoc; member
50 FieldDesignatorInfo(const IdentifierInfo *FieldName, SourceLocation DotLoc, in FieldDesignatorInfo()
52 : FieldName(FieldName), DotLoc(DotLoc), FieldLoc(FieldLoc) {} in FieldDesignatorInfo()
116 SourceLocation DotLoc, in CreateFieldDesignator() argument
119 new (&D.FieldInfo) FieldDesignatorInfo(FieldName, DotLoc, FieldLoc); in CreateFieldDesignator()
130 return FieldInfo.DotLoc; in getDotLoc()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp156 SourceLocation DotLoc = ConsumeToken(); in ParseInitializerWithPotentialDesignator() local
171 Tok.getIdentifierInfo(), DotLoc, Tok.getLocation())); in ParseInitializerWithPotentialDesignator()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2458 OffsetOfNode(SourceLocation DotLoc, FieldDecl *Field, SourceLocation NameLoc) in OffsetOfNode() argument
2459 : Range(DotLoc.isValid() ? DotLoc : NameLoc, NameLoc), in OffsetOfNode()
2463 OffsetOfNode(SourceLocation DotLoc, IdentifierInfo *Name, in OffsetOfNode() argument
2465 : Range(DotLoc.isValid() ? DotLoc : NameLoc, NameLoc), in OffsetOfNode()
5534 SourceLocation DotLoc; member
5539 FieldDesignatorInfo(const IdentifierInfo *II, SourceLocation DotLoc, in FieldDesignatorInfo()
5541 : NameOrField(reinterpret_cast<uintptr_t>(II) | 0x1), DotLoc(DotLoc), in FieldDesignatorInfo()
5604 SourceLocation DotLoc, in CreateFieldDesignator() argument
5607 new (&D.FieldInfo) FieldDesignatorInfo(FieldName, DotLoc, FieldLoc); in CreateFieldDesignator()
5627 return FieldInfo.DotLoc; in getDotLoc()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1597 SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot); in parseInstruction() local
1601 PPCOperand::CreateTokenWithStringCopy(DotStr, DotLoc, isPPC64())); in parseInstruction()
1603 Operands.push_back(PPCOperand::CreateToken(DotStr, DotLoc, isPPC64())); in parseInstruction()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1254 SourceLocation DotLoc = readSourceLocation(); in VisitDesignatedInitExpr() local
1257 Field->getIdentifier(), DotLoc, FieldLoc)); in VisitDesignatedInitExpr()
1264 SourceLocation DotLoc = readSourceLocation(); in VisitDesignatedInitExpr() local
1266 Designators.push_back(Designator::CreateFieldDesignator(Name, DotLoc, in VisitDesignatedInitExpr()