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

  /external/clang/lib/AST/
Type.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h 692 /// isTriviallyCopyableType - Return true if this is a trivially
694 bool isTriviallyCopyableType(ASTContext &Context) const;
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 790 if (!IsC11 && !AtomTy.isTriviallyCopyableType(Context)) {
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaType.cpp     [all...]

Completed in 620 milliseconds