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

  /external/llvm/include/llvm/
Type.h 244 /// isAggregateType - Return true if the type is an aggregate type. This
249 bool isAggregateType() const {
  /external/clang/include/clang/AST/
CanonicalType.h 272 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
Type.h     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp     [all...]
Instructions.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 690 assert(DeclType->isAggregateType() &&
735 if (!ElemType->isRecordType() || ElemType->isAggregateType()) {
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp 848 bool Type::isAggregateType() const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 371 milliseconds