Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9193 void importAttr(const T *FromAttr, Arg &&...ImportedArg) { in importAttr() function in __anone38d232b0811::AttrImporter
9255 AI.importAttr(From, true, AI.importArg(From->getAlignmentExpr()).value()); in Import()
9257 AI.importAttr(From, false, in Import()
9264 AI.importAttr(From, AI.importArg(From->getAlignment()).value()); in Import()
9270 AI.importAttr(From, Import(From->getType()), From->getFormatIdx(), in Import()
9277 AI.importAttr(From, AI.importArg(From->getCond()).value(), in Import()
9284 AI.importAttr(From, in Import()
9291 AI.importAttr(From, in Import()
9298 AI.importAttr(From, AI.importArg(From->getSuccessValue()).value(), in Import()
9305 AI.importAttr(From, in Import()
[all …]