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

12 3

  /external/clang/lib/AST/
ExprCXX.cpp 538 const Expr *Callee = getCallee()->IgnoreParens();
551 dyn_cast<MemberExpr>(getCallee()->IgnoreParens()))
    [all...]
DeclPrinter.cpp 520 Init = Init->IgnoreParens();
    [all...]
ItaniumMangle.cpp     [all...]
Type.cpp 305 QualType QualType::IgnoreParens(QualType T) {
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaType.cpp     [all...]
SemaOverload.cpp     [all...]
Sema.cpp     [all...]
SemaLambda.cpp 499 E = E->IgnoreParens();
    [all...]
SemaExprObjC.cpp 537 dyn_cast<CharacterLiteral>(ValueExpr->IgnoreParens())) {
    [all...]
SemaOpenMP.cpp     [all...]
SemaStmt.cpp 187 SourceLocation ExprLoc = E->IgnoreParens()->getExprLoc();
    [all...]
SemaInit.cpp 65 Init = Init->IgnoreParens();
174 if (StringLiteral *SL = dyn_cast<StringLiteral>(Str->IgnoreParens())) {
    [all...]
SemaChecking.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 361 E = E->IgnoreParens();
  /external/clang/lib/CodeGen/
CGExpr.cpp 605 E = E->IgnoreParens();
631 Base = Base->IgnoreParens();
    [all...]
CGObjC.cpp 259 receiver = ice->getSubExpr()->IgnoreParens();
    [all...]
CodeGenFunction.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
Expr.h 695 /// IgnoreParens - Ignore parentheses. If this Expr is a ParenExpr, return
699 Expr *IgnoreParens() LLVM_READONLY;
763 const Expr *IgnoreParens() const LLVM_READONLY {
764 return const_cast<Expr*>(this)->IgnoreParens();
    [all...]
Type.h 847 /// IgnoreParens - Returns the specified type after dropping any
849 QualType IgnoreParens() const {
851 return QualType::IgnoreParens(*this);
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 914 milliseconds

12 3