Lines Matching refs:AST
14 // FIXME: Exclude these headers to avoid pulling all of the AST matchers
16 // importing the AST matchers library gives a link dependency on the AST
17 // matchers (and thus the AST), which clang-format should not have.
23 umbrella "clang/AST"
25 textual header "clang/AST/BuiltinTypes.def"
26 textual header "clang/AST/CXXRecordDeclDefinitionBits.def"
27 textual header "clang/AST/OperationKinds.def"
28 textual header "clang/AST/TypeLocNodes.def"
111 module AST { header "clang/AST/ASTDiagnostic.h" export * }
112 module Comment { header "clang/AST/CommentDiagnostic.h" export * }
193 // FIXME: Exclude these headers to avoid pulling all of the AST matchers
195 // importing the AST matchers library gives a link dependency on the AST
196 // matchers (and thus the AST), which clang-format should not have.