Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp70 unsigned CXStoredDiagnostic::getCategory() const { in getCategory() function in CXStoredDiagnostic
H A DCXLoadedDiagnostic.cpp119 unsigned CXLoadedDiagnostic::getCategory() const { in getCategory() function in CXLoadedDiagnostic
H A DCIndexDiagnostic.cpp66 unsigned getCategory() const override { return 0; } in getCategory() function in __anonb492cf4a0111::CXDiagnosticCustomNoteImpl
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h51 StringRef getCategory() const { return Category; } in getCategory() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h375 fltCategory getCategory() const { return category; } in getCategory() function
1224 fltCategory getCategory() const { return getIEEE().getCategory(); } in getCategory() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h842 StringRef getCategory() const { return Category; } in getCategory() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1172 ObjCCategoryDecl *ObjCMethodDecl::getCategory() { in getCategory() function in ObjCMethodDecl
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h326 const ObjCCategoryDecl *getCategory() const { in getCategory() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp4585 APFloat::fltCategory DoubleAPFloat::getCategory() const { in getCategory() function in llvm::detail::DoubleAPFloat