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

  /external/lldb/source/Symbol/
ClangASTType.cpp 148 return GetCompleteQualType (ast, cast<ParenType>(qual_type)->desugar(), allow_completion);
215 return ClangASTType(m_ast, cast<ParenType>(qual_type)->desugar()).IsAggregateType();
277 return ClangASTType (m_ast, cast<clang::ParenType>(qual_type)->desugar()).IsArrayType (element_type_ptr,
373 return ClangASTType (m_ast, cast<clang::ParenType>(qual_type)->desugar()).IsFunctionType();
409 return ClangASTType (m_ast, cast<clang::ParenType>(qual_type)->desugar()).IsFunctionPointerType();
486 return ClangASTType (m_ast, cast<clang::ParenType>(qual_type)->desugar()).IsPointerType(pointee_type);
545 return ClangASTType (m_ast, cast<clang::ParenType>(qual_type)->desugar()).IsPointerOrReferenceType(pointee_type);
579 return ClangASTType(m_ast, cast<clang::ParenType>(qual_type)->desugar()).IsReferenceType(pointee_type);
770 cast<ParenType>(qual_type)->desugar()).IsPossibleDynamicType (dynamic_pointee_type,
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 428 while (const ParenType *PT = dyn_cast<ParenType>(Ty)) {
    [all...]
Type.cpp 299 while (const ParenType *PT = T->getAs<ParenType>())
590 AutoType *VisitParenType(const ParenType *T) {
    [all...]
ASTDiagnostic.cpp 41 if (const ParenType *PT = dyn_cast<ParenType>(Ty)) {
    [all...]
TypePrinter.cpp     [all...]
ASTImporter.cpp 59 QualType VisitParenType(const ParenType *T);
604 cast<ParenType>(T1)->getInnerType(),
605 cast<ParenType>(T2)->getInnerType()))
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
TypeLoc.h 940 : public ConcreteTypeLoc<UnqualTypeLoc, ParenTypeLoc, ParenType,
    [all...]
Type.h 866 if (isa<ParenType>(*this))
    [all...]
ASTContext.h 120 mutable llvm::FoldingSet<ParenType> ParenTypes;
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 399 void ASTTypeWriter::VisitParenType(const ParenType *T) {
    [all...]

Completed in 274 milliseconds