Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h139 Record *getCategory() const { return Def->getValueAsDef("category"); } in getCategory() function
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFloating.h102 APFloat::fltCategory getCategory() const { return F.getCategory(); } in getCategory() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h444 fltCategory getCategory() const { return category; } in getCategory() function
1361 fltCategory getCategory() const { return getIEEE().getCategory(); } in getCategory() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h842 StringRef getCategory() const { return Category; } in getCategory() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1223 ObjCCategoryDecl *ObjCMethodDecl::getCategory() { in getCategory() function in ObjCMethodDecl
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h323 const ObjCCategoryDecl *getCategory() const { in getCategory() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp5045 APFloat::fltCategory DoubleAPFloat::getCategory() const { in getCategory() function in llvm::detail::DoubleAPFloat