HomeSort by relevance Sort by last modified time
    Searched refs:getAttrKind (Results 1 - 17 of 17) sorted by null

  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
TypeLoc.cpp 370 if (attributedLoc.getAttrKind() == AttributedType::attr_nullable ||
371 attributedLoc.getAttrKind() == AttributedType::attr_nonnull ||
372 attributedLoc.getAttrKind() == AttributedType::attr_null_unspecified)
Type.cpp 523 if (attributed->getAttrKind() ==
941 return Ctx.getAttributedType(T->getAttrKind(), modifiedType,
    [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
AttributeList.cpp 142 return ::getAttrKind(FullName, SyntaxUsed);
SemaType.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 729 AttributedType::Kind getAttrKind() const {
730 return getTypePtr()->getAttrKind();
734 return (getAttrKind() >= AttributedType::FirstExprOperandKind &&
735 getAttrKind() <= AttributedType::LastExprOperandKind);
739 return (getAttrKind() >= AttributedType::FirstEnumOperandKind &&
740 getAttrKind() <= AttributedType::LastEnumOperandKind);
    [all...]
Type.h     [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 81 static attr::Kind getAttrKind(llvm::StringRef AttrKind) {
90 getAttrKind(Value.getString()) != attr::Kind(-1);
93 return getAttrKind(Value.getString());
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 84 if (TL.getAttrKind() != AttributedType::attr_objc_ownership)
Transforms.cpp 367 if (AttrT->getAttrKind() == AttributedType::attr_objc_ownership)
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 323 if (AttrType->getAttrKind() == AttributedType::attr_nullable)
325 else if (AttrType->getAttrKind() == AttributedType::attr_nonnull)
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 311 Record.push_back(T->getAttrKind());
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 888 milliseconds