Home
last modified time | relevance | path

Searched refs:annotation (Results 1 – 1 of 1) sorted by relevance

/bionic/tools/versioner/src/
DDeclarationDatabase.cpp148 llvm::StringRef annotation = attr->getAnnotation(); in VisitDeclaratorDecl() local
149 if (annotation == "versioner_no_guard") { in VisitDeclaratorDecl()
151 } else if (annotation == "versioner_fortify_inline") { in VisitDeclaratorDecl()
155 annotation.split(fragments, "="); in VisitDeclaratorDecl()
180 annotation.str().c_str()); in VisitDeclaratorDecl()