HomeSort by: relevance | last modified time | path
    Searched refs:getCategory (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexDiagnostic.h 74 virtual unsigned getCategory() const = 0;
135 unsigned getCategory() const override;
CXLoadedDiagnostic.h 43 unsigned getCategory() const override;
CXStoredDiagnostic.cpp 70 unsigned CXStoredDiagnostic::getCategory() const {
CIndexDiagnostic.cpp 66 unsigned getCategory() const override { return 0; }
396 return D->getCategory();
CXLoadedDiagnostic.cpp 119 unsigned CXLoadedDiagnostic::getCategory() const {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugType.h 51 StringRef getCategory() const { return Category; }
  /src/external/apache2/llvm/dist/llvm/lib/Support/
APFloat.cpp 4370 if (LHS.getCategory() == fcNaN) {
4374 if (RHS.getCategory() == fcNaN) {
4378 if (LHS.getCategory() == fcZero) {
4382 if (RHS.getCategory() == fcZero) {
4386 if (LHS.getCategory() == fcInfinity && RHS.getCategory() == fcInfinity &&
4391 if (LHS.getCategory() == fcInfinity) {
4395 if (RHS.getCategory() == fcInfinity) {
4399 assert(LHS.getCategory() == fcNormal && RHS.getCategory() == fcNormal)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h 375 fltCategory getCategory() const { return category; }
651 fltCategory getCategory() const;
1213 bool isZero() const { return getCategory() == fcZero; }
1214 bool isInfinity() const { return getCategory() == fcInfinity; }
1215 bool isNaN() const { return getCategory() == fcNaN; }
1224 fltCategory getCategory() const { return getIEEE().getCategory(); }
  /src/external/apache2/llvm/dist/clang/lib/AST/
Mangle.cpp 334 if (auto category = MD->getCategory())
362 if (const auto *CID = MD->getCategory()) {
DeclObjC.cpp 1172 ObjCCategoryDecl *ObjCMethodDecl::getCategory() {
ExprConstant.cpp 11709 switch (Val.getCategory()) {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp 362 if (X.getCategory() != Y.getCategory())
363 return X.getCategory() < Y.getCategory();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 325 ObjCCategoryDecl *getCategory();
326 const ObjCCategoryDecl *getCategory() const {
327 return const_cast<ObjCMethodDecl*>(this)->getCategory();
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
PathDiagnostic.h 842 StringRef getCategory() const { return Category; }
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 596 StringRef BugCategory = D.getCategory();
PlistDiagnostics.cpp 693 EmitString(o, D->getCategory()) << '\n';
BugReporter.cpp 1320 BT.getCategory(), R->getUniqueingLocation(), R->getUniqueingDecl(),
1331 BT.getCategory(), R->getUniqueingLocation(), R->getUniqueingDecl(),

Completed in 157 milliseconds