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

  /external/clang/lib/AST/
ExprCXX.cpp 408 if (isa<CXXTemporaryObjectExpr>(this))
409 return cast<CXXTemporaryObjectExpr>(this)->getLocStart();
414 if (isa<CXXTemporaryObjectExpr>(this))
415 return cast<CXXTemporaryObjectExpr>(this)->getLocEnd();
719 CXXTemporaryObjectExpr::CXXTemporaryObjectExpr(const ASTContext &C,
740 SourceLocation CXXTemporaryObjectExpr::getLocStart() const {
744 SourceLocation CXXTemporaryObjectExpr::getLocEnd() const {
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprCXX.h     [all...]

Completed in 150 milliseconds