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

  /external/clang/lib/AST/
Expr.cpp 214 QualType T, bool &TypeDependent,
217 TypeDependent = false;
232 TypeDependent = true;
245 TypeDependent = true;
291 TypeDependent = true;
307 bool TypeDependent = false;
310 computeDeclRefDependence(Ctx, getDecl(), getType(), TypeDependent,
313 ExprBits.TypeDependent |= TypeDependent;
    [all...]
ExprObjC.cpp 126 /*TypeDependent=*/false, /*ValueDependent=*/false,
182 ExprBits.TypeDependent = true;
ExprCXX.cpp 281 ExprBits.TypeDependent = true;
305 ExprBits.TypeDependent = true;
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 244 bool TypeDependent =
255 if (!TypeDependent) {
266 if (!TypeDependent) {
278 if (!TypeDependent) {
290 if (!TypeDependent) {
    [all...]
  /external/clang/include/clang/AST/
Expr.h 113 ExprBits.TypeDependent = TD;
165 bool isTypeDependent() const { return ExprBits.TypeDependent; }
169 ExprBits.TypeDependent = TD;
    [all...]
Stmt.h 130 unsigned TypeDependent : 1;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Expr.h 113 ExprBits.TypeDependent = TD;
166 bool isTypeDependent() const { return ExprBits.TypeDependent; }
170 ExprBits.TypeDependent = TD;
    [all...]
Stmt.h 131 unsigned TypeDependent : 1;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Expr.h 113 ExprBits.TypeDependent = TD;
166 bool isTypeDependent() const { return ExprBits.TypeDependent; }
170 ExprBits.TypeDependent = TD;
    [all...]
Stmt.h 131 unsigned TypeDependent : 1;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Expr.h 113 ExprBits.TypeDependent = TD;
166 bool isTypeDependent() const { return ExprBits.TypeDependent; }
170 ExprBits.TypeDependent = TD;
    [all...]
Stmt.h 131 unsigned TypeDependent : 1;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h 113 ExprBits.TypeDependent = TD;
166 bool isTypeDependent() const { return ExprBits.TypeDependent; }
170 ExprBits.TypeDependent = TD;
    [all...]
Stmt.h 131 unsigned TypeDependent : 1;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Expr.h 113 ExprBits.TypeDependent = TD;
166 bool isTypeDependent() const { return ExprBits.TypeDependent; }
170 ExprBits.TypeDependent = TD;
    [all...]
Stmt.h 131 unsigned TypeDependent : 1;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Expr.h 113 ExprBits.TypeDependent = TD;
166 bool isTypeDependent() const { return ExprBits.TypeDependent; }
170 ExprBits.TypeDependent = TD;
    [all...]
Stmt.h 131 unsigned TypeDependent : 1;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Expr.h 113 ExprBits.TypeDependent = TD;
166 bool isTypeDependent() const { return ExprBits.TypeDependent; }
170 ExprBits.TypeDependent = TD;
    [all...]
Stmt.h 131 unsigned TypeDependent : 1;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h 113 ExprBits.TypeDependent = TD;
166 bool isTypeDependent() const { return ExprBits.TypeDependent; }
170 ExprBits.TypeDependent = TD;
    [all...]
Stmt.h 131 unsigned TypeDependent : 1;
    [all...]

Completed in 1655 milliseconds