Home
last modified time | relevance | path

Searched defs:ArgKind (Results 1 – 6 of 6) 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/llvm/include/llvm/IR/
DIntrinsics.h97 enum ArgKind { enum
/external/compiler-rt/lib/ubsan/
Dubsan_diag.h142 enum ArgKind { enum
/external/clang/include/clang/AST/
DTemplateBase.h42 enum ArgKind { enum
/external/clang/include/clang/Sema/
DAttributeList.h274 IdentifierLoc *ArgKind, ParsedType matchingCType, in AttributeList()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2783 enum ArgKind { AK_GeneralPurpose, AK_FloatingPoint, AK_Memory }; enum
3065 enum ArgKind { AK_GeneralPurpose, AK_FloatingPoint, AK_Memory }; enum