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/Rewrite/Frontend/
RewriteObjC.cpp 321 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
324 void RewriteBlockPointerDecl(NamedDecl *VD);
405 void CheckFunctionPointerDecl(QualType dType, NamedDecl *ND);
555 NamedDecl *D) {
567 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) {
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 662 cast<NamedDecl>(DRE->getDecl())->printQualifiedName(OS);
    [all...]
RecordLayoutBuilder.cpp 723 void FinishLayout(const NamedDecl *D);
    [all...]
Type.cpp 48 NamedDecl *ND = nullptr;
902 bool Type::isIncompleteType(NamedDecl **Def) const {
    [all...]
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 619 void SExprBuilder::enterCFG(CFG *Cfg, const NamedDecl *D,
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 477 const NamedDecl *D) const {
533 const auto *ND = cast<NamedDecl>(GD.getDecl());
766 if (const auto *ND = dyn_cast<NamedDecl>(D))
797 const NamedDecl *ND) {
    [all...]
CGExpr.cpp     [all...]
CGDebugInfo.cpp 204 OS << ((const NamedDecl *)OCD)->getIdentifier()->getNameStart() << '(' <<
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaLambda.cpp 236 (NamedDecl **)LSI->AutoTemplateParams.data(),
    [all...]
SemaOpenMP.cpp 548 NamedDecl *ND = Candidate.getCorrectionDecl();
609 NamedDecl *ND = cast<NamedDecl>(CanonicalVD);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 571 NamedDecl *D = nullptr;
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 531 llvm::PointerIntPair<NamedDecl*, 1, bool> PropertyOrGetter;
    [all...]
Type.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 704 const Matcher<NamedDecl> &Base,
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 432 NamedDecl *ND = candidate.getCorrectionDecl();
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp     [all...]
CStringChecker.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 recordDecl(isDerivedFrom(namedDecl(hasName("X"))))));
664 // Note that \c T must be a NamedDecl for this to work.
688 if (const NamedDecl *Named = Nodes->getNodeAs<NamedDecl>(Id)) {
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp     [all...]

Completed in 2590 milliseconds

1 2 3 4 5 67