Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DMicrosoftMangle.cpp2277 bool IsBuiltin = Out.tell() != OutSizeBefore; in mangleType() local
2278 if (!IsBuiltin) { in mangleType()
/external/v8/include/
Dv8.h3722 V8_DEPRECATED("this should no longer be used.", bool IsBuiltin() const);
/external/v8/src/
Dapi.cc5268 bool Function::IsBuiltin() const { in IsBuiltin() function in v8::Function