HomeSort by relevance Sort by last modified time
    Searched defs:getTryLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
StmtCXX.h 88 SourceLocation getLocStart() const LLVM_READONLY { return getTryLoc(); }
91 SourceLocation getTryLoc() const { return TryLoc; }
Stmt.h     [all...]

Completed in 47 milliseconds