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

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

Completed in 68 milliseconds