Searched refs:DotLoc (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Sema/ |
D | Designator.h | 47 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/ |
D | ParseInit.cpp | 186 SourceLocation DotLoc = ConsumeToken(); in ParseInitializerWithPotentialDesignator() local 193 Desig.AddDesignator(Designator::getField(Tok.getIdentifierInfo(), DotLoc, in ParseInitializerWithPotentialDesignator()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 1791 OffsetOfNode(SourceLocation DotLoc, FieldDecl *Field, in OffsetOfNode() argument 1793 : Range(DotLoc.isValid()? DotLoc : NameLoc, NameLoc), in OffsetOfNode() 1797 OffsetOfNode(SourceLocation DotLoc, IdentifierInfo *Name, in OffsetOfNode() argument 1799 : Range(DotLoc.isValid()? DotLoc : NameLoc, NameLoc), in OffsetOfNode() 3906 unsigned DotLoc; member 3952 Designator(const IdentifierInfo *FieldName, SourceLocation DotLoc, in Designator() argument 3956 Field.DotLoc = DotLoc.getRawEncoding(); in Designator() 4001 return SourceLocation::getFromRawEncoding(Field.DotLoc); in getDotLoc()
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 1224 SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot); in ParseInstruction() local 1228 PPCOperand::CreateTokenWithStringCopy(DotStr, DotLoc, isPPC64())); in ParseInstruction() 1230 Operands.push_back(PPCOperand::CreateToken(DotStr, DotLoc, isPPC64())); in ParseInstruction()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 757 SourceLocation DotLoc in VisitDesignatedInitExpr() local 761 Designators.push_back(Designator(Field->getIdentifier(), DotLoc, in VisitDesignatedInitExpr() 769 SourceLocation DotLoc in VisitDesignatedInitExpr() local 773 Designators.push_back(Designator(Name, DotLoc, FieldLoc)); in VisitDesignatedInitExpr()
|
/external/clang/lib/AST/ |
D | Expr.cpp | 3740 StartLoc = SourceLocation::getFromRawEncoding(First.Field.DotLoc); in getLocStart()
|