Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDecl.cpp2141 void DestroyAPValue(void* UntypedValue) { in DestroyAPValue() argument
2142 static_cast<APValue*>(UntypedValue)->~APValue(); in DestroyAPValue()