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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 1202 defaultedDefaultConstructorIsConstexpr());
1207 bool defaultedDefaultConstructorIsConstexpr() const {
1208 return data().DefaultedDefaultConstructorIsConstexpr &&
1217 defaultedDefaultConstructorIsConstexpr());
  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 353 FIELD2("defaultedIsConstexpr", defaultedDefaultConstructorIsConstexpr);
TextNodeDumper.cpp 1900 FLAG(defaultedDefaultConstructorIsConstexpr, defaulted_is_constexpr);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp 7122 return ClassDecl->defaultedDefaultConstructorIsConstexpr();

Completed in 31 milliseconds