Home
last modified time | relevance | path

Searched defs:decl (Results 1 – 3 of 3) sorted by relevance

/bionic/tools/versioner/src/
DDeclarationDatabase.cpp38 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()
Dversioner.cpp264 static std::set<CompilationType> getCompilationTypes(const Declaration* decl) { in getCompilationTypes()
294 const Declaration* decl = &decl_it.second; in checkSymbol() local
DPreprocessor.cpp427 const Declaration& decl = decl_it.second; in preprocessHeaders() local