Home
last modified time | relevance | path

Searched refs:Kinds (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/AST/
DExprClassification.cpp26 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); in ClassifyImpl()
77 static Cl::Kinds ClassifyTemporary(QualType T) { in ClassifyTemporary()
88 static Cl::Kinds ClassifyExprValueKind(const LangOptions &Lang, in ClassifyExprValueKind()
[all …]
/external/clang/include/clang/Basic/
DMakefile34 $(ObjDir)/Diagnostic%Kinds.inc.tmp : Diagnostic.td $(INPUT_TDS) $(CLANG_TBLGEN) $(ObjDir)/.dir
36 …$(Verb) $(ClangTableGen) -gen-clang-diags-defs -clang-component=$(patsubst Diagnostic%Kinds.inc.tm…
DCMakeLists.txt2 clang_tablegen(Diagnostic${component}Kinds.inc
/external/clang/
Dclang-tblgen-rules.mk167 ifneq ($(filter Diagnostic%Kinds.inc,$(TBLGEN_TABLES)),)
168 … += $(addprefix $(intermediates)/include/clang/Basic/,$(filter Diagnostic%Kinds.inc,$(TBLGEN_TABLE…
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 …rm-host-clang-td-to-out,clang-diags-defs -clang-component=$(patsubst Diagnostic%Kinds.inc,%,$(@F)))
/external/clang/include/clang/AST/
DExpr.h304 enum Kinds { enum
337 explicit Classification(Kinds k, ModifiableType m) in Classification()
344 Kinds getKind() const { return static_cast<Kinds>(Kind); } in getKind()
/external/clang/docs/
DInternalsManual.rst76 The ``Diagnostic*Kinds.td`` files
80 ``clang/Basic/Diagnostic*Kinds.td`` files, depending on what library will be
324 Now that you've created the diagnostic in the ``Diagnostic*Kinds.td`` file, you
341 (which matches the name from ``Diagnostic*Kinds.td``). If the diagnostic takes