Searched refs:getDotLoc (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDesignator.h79 SourceLocation getDotLoc() const { function in class:clang::Designator
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h4063 SourceLocation getDotLoc() const {
4099 return getDotLoc().isInvalid()? getFieldLoc() : getDotLoc();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp1596 DIE->getDesignator(DesigIdx)->getDotLoc(),
1760 SourceLocation Loc = D->getDotLoc();
2375 Designators.push_back(ASTDesignator(D.getField(), D.getDotLoc(),
H A DTreeTransform.h7028 D->getDotLoc(),
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp721 Writer.AddSourceLocation(D->getDotLoc(), Record);

Completed in 287 milliseconds