Searched defs:hasAttributes (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | GlobalVariable.h | 213 bool hasAttributes() const { hasAttributes() function |
H A D | Attributes.h | 390 bool hasAttributes() const { return SetNode != nullptr; } hasAttributes() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | AttributeImpl.h | 330 bool hasAttributes() const { return NumAttrs != 0; } hasAttributes() function |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | MachineBasicBlock.cpp | 491 bool hasAttributes = false; printName() local |
/llvm-project/clang/include/clang/Sema/ | ||
H A D | DeclSpec.h | 868 bool hasAttributes() const { return !Attrs.empty(); } hasAttributes() function |