Searched defs:KindID (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCloneDetection.h356 size_t KindID; member in struct:clang::VariablePattern::VariableOccurence
360 VariableOccurence(size_t KindID, const Stmt *Mention) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h39 unsigned char KindID; ///< Holds the AttrEntryKind of the attribute member in class:llvm::AttributeImpl
49 AttributeImpl(AttrEntryKind KindID) : KindID(KindID) {} argument
H A DCore.cpp141 LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned KindID, argument
863 LLVMValueRef LLVMGetMetadata(LLVMValueRef Inst, unsigned KindID) { argument
885 void LLVMSetMetadata(LLVMValueRef Inst, unsigned KindID, LLVMValueRef Val) { argument
[all...]

Completed in 114 milliseconds