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.cpp204 SourceLocation DotLoc = ConsumeToken(); in ParseInitializerWithPotentialDesignator() local
219 Tok.getIdentifierInfo(), DotLoc, Tok.getLocation())); in ParseInitializerWithPotentialDesignator()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2408 OffsetOfNode(SourceLocation DotLoc, FieldDecl *Field, SourceLocation NameLoc) in OffsetOfNode() argument
2409 : Range(DotLoc.isValid() ? DotLoc : NameLoc, NameLoc), in OffsetOfNode()
2413 OffsetOfNode(SourceLocation DotLoc, IdentifierInfo *Name, in OffsetOfNode() argument
2415 : Range(DotLoc.isValid() ? DotLoc : NameLoc, NameLoc), in OffsetOfNode()
5329 SourceLocation DotLoc; member
5334 FieldDesignatorInfo(const IdentifierInfo *II, SourceLocation DotLoc, in FieldDesignatorInfo()
5336 : NameOrField(reinterpret_cast<uintptr_t>(II) | 0x1), DotLoc(DotLoc), in FieldDesignatorInfo()
5399 SourceLocation DotLoc, in CreateFieldDesignator() argument
5402 new (&D.FieldInfo) FieldDesignatorInfo(FieldName, DotLoc, FieldLoc); in CreateFieldDesignator()
5422 return FieldInfo.DotLoc; in getDotLoc()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1684 SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot); in ParseInstruction() local
1688 PPCOperand::CreateTokenWithStringCopy(DotStr, DotLoc, isPPC64())); in ParseInstruction()
1690 Operands.push_back(PPCOperand::CreateToken(DotStr, DotLoc, isPPC64())); in ParseInstruction()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1240 SourceLocation DotLoc = readSourceLocation(); in VisitDesignatedInitExpr() local
1243 Field->getIdentifier(), DotLoc, FieldLoc)); in VisitDesignatedInitExpr()
1250 SourceLocation DotLoc = readSourceLocation(); in VisitDesignatedInitExpr() local
1252 Designators.push_back(Designator::CreateFieldDesignator(Name, DotLoc, in VisitDesignatedInitExpr()