Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDesignator.h47 unsigned DotLoc; member
81 return SourceLocation::getFromRawEncoding(FieldInfo.DotLoc); in getDotLoc()
126 static Designator getField(const IdentifierInfo *II, SourceLocation DotLoc, in getField() argument
131 D.FieldInfo.DotLoc = DotLoc.getRawEncoding(); in getField()
/external/clang/lib/Parse/
DParseInit.cpp168 SourceLocation DotLoc = ConsumeToken(); in ParseInitializerWithPotentialDesignator() local
175 Desig.AddDesignator(Designator::getField(Tok.getIdentifierInfo(), DotLoc, in ParseInitializerWithPotentialDesignator()
/external/clang/include/clang/AST/
DExpr.h1825 OffsetOfNode(SourceLocation DotLoc, FieldDecl *Field, in OffsetOfNode() argument
1827 : Range(DotLoc.isValid()? DotLoc : NameLoc, NameLoc), in OffsetOfNode()
1831 OffsetOfNode(SourceLocation DotLoc, IdentifierInfo *Name, in OffsetOfNode() argument
1833 : Range(DotLoc.isValid()? DotLoc : NameLoc, NameLoc), in OffsetOfNode()
4007 unsigned DotLoc; member
4053 Designator(const IdentifierInfo *FieldName, SourceLocation DotLoc, in Designator() argument
4057 Field.DotLoc = DotLoc.getRawEncoding(); in Designator()
4102 return SourceLocation::getFromRawEncoding(Field.DotLoc); in getDotLoc()
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp1582 SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot); in ParseInstruction() local
1586 PPCOperand::CreateTokenWithStringCopy(DotStr, DotLoc, isPPC64())); in ParseInstruction()
1588 Operands.push_back(PPCOperand::CreateToken(DotStr, DotLoc, isPPC64())); in ParseInstruction()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp756 SourceLocation DotLoc in VisitDesignatedInitExpr() local
760 Designators.push_back(Designator(Field->getIdentifier(), DotLoc, in VisitDesignatedInitExpr()
768 SourceLocation DotLoc in VisitDesignatedInitExpr() local
772 Designators.push_back(Designator(Name, DotLoc, FieldLoc)); in VisitDesignatedInitExpr()
/external/clang/lib/AST/
DExpr.cpp3934 StartLoc = SourceLocation::getFromRawEncoding(First.Field.DotLoc); in getLocStart()