HomeSort by relevance Sort by last modified time
    Searched refs:NamedDecl (Results 151 - 174 of 174) sorted by null

1 2 3 4 5 67

  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaStmtAsm.cpp 637 NamedDecl *FoundDecl = CurrBaseResult.getFoundDecl();
SemaType.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaLambda.cpp 236 (NamedDecl **)LSI->AutoTemplateParams.data(),
    [all...]
SemaPseudoObject.cpp     [all...]
SemaOpenMP.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
ExprEngine.cpp     [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 571 NamedDecl *D = nullptr;
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 483 NamedDecl *ND = candidate.getCorrectionDecl();
497 NamedDecl *ND = C->getUnderlyingDecl();
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 550 llvm::PointerIntPair<NamedDecl*, 1, bool> PropertyOrGetter;
    [all...]
Type.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 53 void VisitNamedDecl(NamedDecl *D);
321 void ASTDeclWriter::VisitNamedDecl(NamedDecl *D) {
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 760 cast<NamedDecl>(DRE->getDecl())->printQualifiedName(OS);
    [all...]
Type.cpp 49 NamedDecl *ND = nullptr;
    [all...]
VTableBuilder.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp     [all...]
MallocChecker.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 232 OS << ((const NamedDecl *)OC)->getIdentifier()->getNameStart() << '('
237 OS << ((const NamedDecl *)OCD)->getIdentifier()->getNameStart() << '('
    [all...]
CGExpr.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 65 DeclarationMatcher NamedX = namedDecl(hasName("X"));
78 DeclarationMatcher NamedX = namedDecl(matchesName("::X"));
89 DeclarationMatcher StartsWithNo = namedDecl(matchesName("::no"));
93 DeclarationMatcher Abc = namedDecl(matchesName("a.*b.*c"));
99 DeclarationMatcher StartsWithK = namedDecl(matchesName(":k[^:]*$"));
335 cxxRecordDecl(isDerivedFrom(namedDecl(hasName("X"))))));
626 namedDecl(hasName("Foo"), unless(recordDecl()));
748 // Note that \c T must be a NamedDecl for this to work.
772 if (const NamedDecl *Named = Nodes->getNodeAs<NamedDecl>(Id))
    [all...]

Completed in 463 milliseconds

1 2 3 4 5 67