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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprObjC.h 70 void setAtLoc(SourceLocation L) { AtLoc = L; }
424 void setAtLoc(SourceLocation L) { AtLoc = L; }
473 void setAtLoc(SourceLocation L) { AtLoc = L; }
527 void setAtLoc(SourceLocation L) { AtLoc = L; }
StmtObjC.h 389 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; }
DeclObjC.h 794 void setAtLoc(SourceLocation L) { AtLoc = L; }
2803 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 1405 E->setAtLoc(readSourceLocation());
1452 E->setAtLoc(readSourceLocation());
1459 E->setAtLoc(readSourceLocation());
1466 E->setAtLoc(readSourceLocation());
1587 S->setAtLoc(readSourceLocation());
ASTReaderDecl.cpp 1291 D->setAtLoc(readSourceLocation());
1337 D->setAtLoc(readSourceLocation());

Completed in 85 milliseconds