Home
last modified time | relevance | path

Searched refs:getDotLoc (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDesignator.h80 SourceLocation getDotLoc() const { in getDotLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h5095 SourceLocation getDotLoc() const { in getDotLoc() function
5131 return getDotLoc().isInvalid()? getFieldLoc() : getDotLoc(); in getBeginLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp1569 if (D.getDotLoc().isInvalid()) { in VisitDesignatedInitExpr()
H A DASTImporter.cpp919 ExpectedSLoc ToDotLocOrErr = import(D.getDotLoc()); in import()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp2310 DIE->getDesignator(DesigIdx)->getDotLoc(), in ExpandAnonymousFieldDesignator()
2527 SourceLocation Loc = D->getDotLoc(); in CheckDesignatedInitializer()
3191 Designators.push_back(ASTDesignator(D.getField(), D.getDotLoc(), in ActOnDesignatedInitializer()
H A DTreeTransform.h11089 D.getDotLoc(), in TransformDesignatedInitExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1090 Record.AddSourceLocation(D.getDotLoc()); in VisitDesignatedInitExpr()