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

/external/clang/lib/Parse/
H A DParseInit.cpp168 SourceLocation DotLoc = ConsumeToken(); local
175 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.cpp1693 SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot); local
1697 PPCOperand::CreateTokenWithStringCopy(DotStr, DotLoc, isPPC64()));
1699 Operands.push_back(PPCOperand::CreateToken(DotStr, DotLoc, isPPC64()));
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp790 SourceLocation DotLoc local
794 Designators.push_back(Designator(Field->getIdentifier(), DotLoc,
802 SourceLocation DotLoc local
806 Designators.push_back(Designator(Name, DotLoc, FieldLoc));
/external/clang/include/clang/AST/
H A DExpr.h1809 OffsetOfNode(SourceLocation DotLoc, FieldDecl *Field, SourceLocation NameLoc) argument
1810 : Range(DotLoc.isValid() ? DotLoc : NameLoc, NameLoc),
1814 OffsetOfNode(SourceLocation DotLoc, IdentifierInfo *Name, argument
1816 : Range(DotLoc.isValid() ? DotLoc : NameLoc, NameLoc),
4002 unsigned DotLoc; member in struct:clang::StringLiteral::final::final::FieldDesignator
4048 Designator(const IdentifierInfo *FieldName, SourceLocation DotLoc, argument
4052 Field.DotLoc = DotLoc
[all...]

Completed in 204 milliseconds