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

  /external/clang/lib/AST/
ExprClassification.cpp 26 static Cl::Kinds ClassifyInternal(ASTContext &Ctx, const Expr *E);
27 static Cl::Kinds ClassifyDecl(ASTContext &Ctx, const Decl *D);
28 static Cl::Kinds ClassifyUnnamed(ASTContext &Ctx, QualType T);
29 static Cl::Kinds ClassifyMemberExpr(ASTContext &Ctx, const MemberExpr *E);
30 static Cl::Kinds ClassifyBinaryOp(ASTContext &Ctx, const BinaryOperator *E);
31 static Cl::Kinds ClassifyConditional(ASTContext &Ctx,
35 Cl::Kinds Kind, SourceLocation &Loc);
37 static Cl::Kinds ClassifyExprValueKind(const LangOptions &Lang,
55 Cl::Kinds kind = ClassifyInternal(Ctx, this);
90 static Cl::Kinds ClassifyInternal(ASTContext &Ctx, const Expr *E)
    [all...]
  /external/clang/include/clang/Basic/
Makefile 33 $(ObjDir)/Diagnostic%Kinds.inc.tmp : Diagnostic.td $(INPUT_TDS) $(CLANG_TBLGEN) $(ObjDir)/.dir
34 $(Echo) "Building Clang $(patsubst Diagnostic%Kinds.inc.tmp,%,$(@F)) diagnostic tables with tblgen"
35 $(Verb) $(ClangTableGen) -gen-clang-diags-defs -clang-component=$(patsubst Diagnostic%Kinds.inc.tmp,%,$(@F)) -o $(call SYSPATH, $@) $<
  /external/clang/
clang-tblgen-rules.mk 65 $(call transform-host-clang-td-to-out,clang-attr-parsed-attr-kinds)
92 ifneq ($(filter Diagnostic%Kinds.inc,$(TBLGEN_TABLES)),)
93 LOCAL_GENERATED_SOURCES += $(addprefix $(intermediates)/include/clang/Basic/,$(filter Diagnostic%Kinds.inc,$(TBLGEN_TABLES)))
94 $(intermediates)/include/clang/Basic/Diagnostic%Kinds.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
95 $(intermediates)/include/clang/Basic/Diagnostic%Kinds.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Diagnostic.td $(CLANG_TBLGEN)
96 $(call transform-host-clang-td-to-out,clang-diags-defs -clang-component=$(patsubst Diagnostic%Kinds.inc,%,$(@F)))
  /external/clang/include/clang/AST/
Expr.h 254 enum Kinds {
286 explicit Classification(Kinds k, ModifiableType m)
293 Kinds getKind() const { return static_cast<Kinds>(Kind); }
356 /// Object kinds are meaningful only for expressions that yield an
    [all...]

Completed in 30 milliseconds