Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp412 Expected<APValue> ImportAPValue(const APValue &FromValue);
9138 return Importer.ImportAPValue(FromValue); in Import()
9272 ASTNodeImporter::ImportAPValue(const APValue &FromValue) { in ImportAPValue() function in ASTNodeImporter