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

  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 400 REGISTER_MATCHER(isDelegatingConstructor);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGClass.cpp 769 if (Ctor->isDelegatingConstructor())
1282 if (CD->isDelegatingConstructor())
2412 assert(Ctor->isDelegatingConstructor());
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 7264 /// cxxConstructorDecl(isDelegatingConstructor()) will match #3 and #4, but not
7266 AST_MATCHER(CXXConstructorDecl, isDelegatingConstructor) {
7267 return Node.isDelegatingConstructor();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 2554 bool isDelegatingConstructor() const {
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp 2645 assert(isDelegatingConstructor() && "Not a delegating constructor!");
ExprConstant.cpp 6154 if (Definition->isDelegatingConstructor()) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp 2256 !Constructor->isDelegatingConstructor()) {
17522 if (!Target || !Target->isDelegatingConstructor() ||

Completed in 71 milliseconds