HomeSort by relevance Sort by last modified time
    Searched refs:isFunctionType (Results 26 - 40 of 40) sorted by null

12

  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
MicrosoftMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaObjCProperty.cpp 578 if (T->isArrayType() || T->isFunctionType()) {
    [all...]
SemaDecl.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaCodeComplete.cpp 686 if (Pointer->getPointeeType()->isFunctionType()) {
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 697 expr->getType()->isFunctionType() ||
    [all...]
CGDebugInfo.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 396 : (RT->getPointeeType()->isFunctionType()
    [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 344 ClangASTType::IsFunctionType (bool *is_variadic_ptr) const
350 if (qual_type->isFunctionType())
369 return ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsFunctionType();
371 return ClangASTType (m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).IsFunctionType();
373 return ClangASTType (m_ast, cast<clang::ParenType>(qual_type)->desugar()).IsFunctionType();
380 return ClangASTType (m_ast, reference_type->getPointeeType()).IsFunctionType();
    [all...]
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 255 milliseconds

12