HomeSort by: relevance | last modified time | path
    Searched refs:getDotLoc (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Designator.h 80 SourceLocation getDotLoc() const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 5095 SourceLocation getDotLoc() const {
5131 return getDotLoc().isInvalid()? getFieldLoc() : getDotLoc();
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp 1569 if (D.getDotLoc().isInvalid()) {
ASTImporter.cpp 919 ExpectedSLoc ToDotLocOrErr = import(D.getDotLoc());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp 2310 DIE->getDesignator(DesigIdx)->getDotLoc(),
2527 SourceLocation Loc = D->getDotLoc();
3191 Designators.push_back(ASTDesignator(D.getField(), D.getDotLoc(),
TreeTransform.h 11089 D.getDotLoc(),
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 1090 Record.AddSourceLocation(D.getDotLoc());

Completed in 97 milliseconds