Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDesignator.h48 SourceLocation DotLoc; member
127 static Designator getField(const IdentifierInfo *II, SourceLocation DotLoc, in getField()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseInit.cpp200 SourceLocation DotLoc = ConsumeToken(); in ParseInitializerWithPotentialDesignator() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1216 SourceLocation DotLoc = readSourceLocation(); in VisitDesignatedInitExpr() local
1226 SourceLocation DotLoc = readSourceLocation(); in VisitDesignatedInitExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1529 SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot); in ParseInstruction() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h2311 OffsetOfNode(SourceLocation DotLoc, FieldDecl *Field, SourceLocation NameLoc) in OffsetOfNode()
2316 OffsetOfNode(SourceLocation DotLoc, IdentifierInfo *Name, in OffsetOfNode()
4999 SourceLocation DotLoc; member
5045 Designator(const IdentifierInfo *FieldName, SourceLocation DotLoc, in Designator()