Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h45 ArgKind(Kind K) : K(K) { assert(K != AK_Matcher); } in ArgKind() function
85 ArgKind(Kind K, ASTNodeKind NK) : K(K), NodeKind(NK) {} in ArgKind() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h151 enum ArgKind { global() enum
/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h130 enum ArgKind { enum
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1301 __anon64ea199d0202(ObjCPropertyAttribute::Kind Kind, StringRef Spelling, StringRef Arg = "", DeclarationFragments::FragmentKind ArgKind = DeclarationFragments::FragmentKind::Identifier) getFragmentsForObjCProperty() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h259 ParsedAttr(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * ArgKind,ParsedType matchingCType,bool layoutCompatible,bool mustBeNull,Form formUsed) ParsedAttr() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4763 enum ArgKind { AK_GeneralPurpose, AK_FloatingPoint, AK_Memory }; global() enum
5080 enum ArgKind { AK_GeneralPurpose, AK_FloatingPoint, AK_Memory }; global() enum
5468 enum class ArgKind { global() enum
[all...]