Searched defs:DotLoc (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Parse/
H A DParseInit.cpp186 SourceLocation DotLoc = ConsumeToken(); local
193 Desig.AddDesignator(Designator::getField(Tok.getIdentifierInfo(), DotLoc,
/external/clang/include/clang/Sema/
H A DDesignator.h47 unsigned DotLoc; member in struct:clang::Designator::FieldDesignatorInfo
81 return SourceLocation::getFromRawEncoding(FieldInfo.DotLoc);
126 static Designator getField(const IdentifierInfo *II, SourceLocation DotLoc, argument
131 D.FieldInfo.DotLoc = DotLoc.getRawEncoding();
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1224 SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot); local
1228 PPCOperand::CreateTokenWithStringCopy(DotStr, DotLoc, isPPC64()));
1230 Operands.push_back(PPCOperand::CreateToken(DotStr, DotLoc, isPPC64()));
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp757 SourceLocation DotLoc local
761 Designators.push_back(Designator(Field->getIdentifier(), DotLoc,
769 SourceLocation DotLoc local
773 Designators.push_back(Designator(Name, DotLoc, FieldLoc));
/external/clang/include/clang/AST/
H A DExpr.h1791 OffsetOfNode(SourceLocation DotLoc, FieldDecl *Field, argument
1793 : Range(DotLoc.isValid()? DotLoc : NameLoc, NameLoc),
1797 OffsetOfNode(SourceLocation DotLoc, IdentifierInfo *Name, argument
1799 : Range(DotLoc.isValid()? DotLoc : NameLoc, NameLoc),
3906 unsigned DotLoc;
3952 Designator(const IdentifierInfo *FieldName, SourceLocation DotLoc,
3956 Field.DotLoc = DotLoc
[all...]

Completed in 126 milliseconds