Home
last modified time | relevance | path

Searched defs:ArgKind (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/ASTMatchers/Dynamic/
DVariantValue.h43 ArgKind(Kind K) : K(K) { assert(K != AK_Matcher); } in ArgKind() function
46 ArgKind(ast_type_traits::ASTNodeKind MatcherKind) in ArgKind() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DIntrinsics.h115 enum ArgKind { enum
/external/llvm/include/llvm/IR/
DIntrinsics.h106 enum ArgKind { enum
/external/compiler-rt/lib/ubsan/
Dubsan_diag.h142 enum ArgKind { enum
/external/clang/include/clang/AST/
DTemplateBase.h43 enum ArgKind { enum
/external/clang/include/clang/Sema/
DAttributeList.h296 IdentifierLoc *ArgKind, ParsedType matchingCType, in AttributeList()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2873 enum ArgKind { AK_GeneralPurpose, AK_FloatingPoint, AK_Memory }; enum
3168 enum ArgKind { AK_GeneralPurpose, AK_FloatingPoint, AK_Memory }; enum