HomeSort by relevance Sort by last modified time
    Searched refs:this_ (Results 1 - 6 of 6) sorted by null

  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 457 FunctionDifferenceEngine *this_() { return this; } function in class:__anon10754::FunctionDifferenceEngine
461 Engine(Engine), Queue(QueueSorter(*this_())) {}
  /external/clang/include/clang/AST/
Type.h 1039 ExtQuals *this_() { return this; } function in class:clang::ExtQuals
1330 Type *this_() { return this; } function in class:clang::Type
    [all...]
ASTContext.h 92 ASTContext &this_() { return *this; } function in class:clang::ASTContext
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 543 constexpr C(C *this_) : m(42), n(this_->m) {} // ok
    [all...]
  /external/libvpx/mkvparser/
mkvparser.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 553 : FunctionProtoTypes(this_()),
554 TemplateSpecializationTypes(this_()),
555 DependentTemplateSpecializationTypes(this_()),
556 SubstTemplateTemplateParmPacks(this_()),
    [all...]

Completed in 176 milliseconds