Searched defs:decl (Results 1 – 3 of 3) sorted by relevance
38 static bool shouldMangle(MangleContext* mangler, NamedDecl* decl) { in shouldMangle()66 std::string getDeclName(NamedDecl* decl) { in getDeclName()93 bool VisitDeclaratorDecl(DeclaratorDecl* decl, SourceRange range) { in VisitDeclaratorDecl()242 bool VisitDeclaratorDecl(DeclaratorDecl* decl) { in VisitDeclaratorDecl()246 bool TraverseLinkageSpecDecl(LinkageSpecDecl* decl) { in TraverseLinkageSpecDecl()
264 static std::set<CompilationType> getCompilationTypes(const Declaration* decl) { in getCompilationTypes()294 const Declaration* decl = &decl_it.second; in checkSymbol() local
427 const Declaration& decl = decl_it.second; in preprocessHeaders() local