HomeSort by relevance Sort by last modified time
    Searched refs:DeclaratorDecl (Results 26 - 43 of 43) sorted by null

12

  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 337 /// declaratorDecl()
339 const internal::VariadicDynCastAllOfMatcher<Decl, DeclaratorDecl>
340 declaratorDecl;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 321 if (const DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(DR->getDecl()))
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 101 class DeclaratorDecl;
223 static bool mightHaveNonExternalLinkage(const DeclaratorDecl *FD);
426 typedef LazyVector<const DeclaratorDecl *, ExternalSemaSource,
    [all...]
  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h 422 bool TraverseDeclaratorHelper(DeclaratorDecl *D);
    [all...]
RecursiveASTVisitor.h 427 bool TraverseDeclaratorHelper(DeclaratorDecl *D);
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/lib/Sema/
Sema.cpp 393 static bool ShouldRemoveFromUnused(Sema *SemaRef, const DeclaratorDecl *D) {
    [all...]
SemaTemplateInstantiateDecl.cpp 65 bool TemplateDeclInstantiator::SubstQualifier(const DeclaratorDecl *OldDecl,
66 DeclaratorDecl *NewDecl) {
    [all...]
SemaDecl.cpp     [all...]
SemaInit.cpp     [all...]
SemaDeclAttr.cpp 63 // In some sense, TypedefDecl really *ought* to be a DeclaratorDecl.
64 return isa<DeclaratorDecl>(D) || isa<BlockDecl>(D) || isa<TypedefNameDecl>(D) ||
    [all...]
SemaDeclCXX.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 701 *RSExportType::GetTypeOfDecl(const clang::DeclaratorDecl *DD) {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 752 bool CursorVisitor::VisitDeclaratorDecl(DeclaratorDecl *DD) {
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]

Completed in 1077 milliseconds

12