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);
40 Cl::Kinds kind = ClassifyInternal(Ctx, this);
77 static Cl::Kinds ClassifyTemporary(QualType T) {
88 static Cl::Kinds ClassifyExprValueKind(const LangOptions &Lang
    [all...]
  /external/clang/include/clang/Basic/
Makefile 34 $(ObjDir)/Diagnostic%Kinds.inc.tmp : Diagnostic.td $(INPUT_TDS) $(CLANG_TBLGEN) $(ObjDir)/.dir
35 $(Echo) "Building Clang $(patsubst Diagnostic%Kinds.inc.tmp,%,$(@F)) diagnostic tables with tblgen"
36 $(Verb) $(ClangTableGen) -gen-clang-diags-defs -clang-component=$(patsubst Diagnostic%Kinds.inc.tmp,%,$(@F)) -o $(call SYSPATH, $@) $<
  /external/clang/
clang-tblgen-rules.mk 86 $(call transform-host-clang-td-to-out,clang-attr-parsed-attr-kinds)
167 ifneq ($(filter Diagnostic%Kinds.inc,$(TBLGEN_TABLES)),)
168 LOCAL_GENERATED_SOURCES += $(addprefix $(intermediates)/include/clang/Basic/,$(filter Diagnostic%Kinds.inc,$(TBLGEN_TABLES)))
169 $(intermediates)/include/clang/Basic/Diagnostic%Kinds.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
170 $(intermediates)/include/clang/Basic/Diagnostic%Kinds.inc: \
172 $(CLANG_ROOT_PATH)/include/clang/Basic/Diagnostic%Kinds.td \
174 $(call transform-host-clang-td-to-out,clang-diags-defs -clang-component=$(patsubst Diagnostic%Kinds.inc,%,$(@F)))
  /external/clang/include/clang/AST/
Expr.h 304 enum Kinds {
337 explicit Classification(Kinds k, ModifiableType m)
344 Kinds getKind() const { return static_cast<Kinds>(Kind); }
407 /// Object kinds are meaningful only for expressions that yield an
    [all...]

Completed in 1071 milliseconds