Searched defs:IsParameter (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dvariables.h116 bool IsParameter() const { return location_ == PARAMETER; } function in class:v8::internal::Variable
118 bool IsStackAllocated() const { return IsParameter() || IsStackLocal(); }
/external/v8/src/
H A Dvariables.h116 bool IsParameter() const { return location_ == PARAMETER; } function in class:v8::internal::Variable
118 bool IsStackAllocated() const { return IsParameter() || IsStackLocal(); }
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp5003 bool IsParameter) {
5035 if (DS.getObjCDeclQualifier() == 0 && !IsParameter &&
5052 if (!IsParameter) {
5002 CodeCompleteObjCPassingType(Scope *S, ObjCDeclSpec &DS, bool IsParameter) argument

Completed in 830 milliseconds