HomeSort by: relevance | last modified time | path
    Searched defs:getForLoc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtObjC.h 52 SourceLocation getForLoc() const { return ForLoc; }
StmtCXX.h 201 SourceLocation getForLoc() const { return ForLoc; }
Stmt.h 2551 SourceLocation getForLoc() const { return ForStmtBits.ForLoc; }
2558 SourceLocation getBeginLoc() const { return getForLoc(); }

Completed in 27 milliseconds