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

  /external/clang/lib/AST/
DeclCXX.cpp 52 HasConstexprMoveConstructor(false), HasTrivialCopyConstructor(true),
278 BaseClassDecl->hasConstexprMoveConstructor();
553 data().HasConstexprMoveConstructor = true;
624 data().HasConstexprMoveConstructor = true;
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 401 /// HasConstexprMoveConstructor - True if this class has a constexpr move
403 bool HasConstexprMoveConstructor : 1;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 61 milliseconds