HomeSort by relevance Sort by last modified time
    Searched refs:isReferenceType (Results 26 - 50 of 73) sorted by null

12 3

  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaType.cpp     [all...]
SemaExceptionSpec.cpp     [all...]
SemaTemplate.cpp 637 T->isReferenceType() ||
    [all...]
SemaDecl.cpp     [all...]
SemaLambda.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplateDeduction.cpp 387 TemplateArgument New(D, NTTP->getType()->isReferenceType());
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp 80 if (!Field->isBitField() && !Field->getType()->isReferenceType()) {
274 Var->getType()->isReferenceType())) {
    [all...]
ASTDiagnostic.cpp     [all...]
DeclCXX.cpp 694 if (T->isReferenceType()) {
735 if (T->isReferenceType())
    [all...]
Type.cpp 49 if (ty->isPointerType() || ty->isReferenceType())
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
CGVTables.cpp 73 bool NullCheckValue = !ResultType->isReferenceType();
ItaniumCXXABI.cpp     [all...]
CGBlocks.cpp 817 } else if (type->isReferenceType()) {
    [all...]
CGExprComplex.cpp 372 if (E->getCallReturnType()->isReferenceType())
    [all...]
CGCall.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 66 if (T->isAnyPointerType() || T->isReferenceType())
    [all...]
SimpleSValBuilder.cpp 132 if (Loc::isLocType(castTy) || castTy->isReferenceType())
    [all...]
ExprEngine.cpp     [all...]
RegionStore.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 348 milliseconds

12 3