HomeSort by relevance Sort by last modified time
    Searched refs:isExternCContext (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/AST/
Decl.cpp 262 if ((!Var || !Var->getDeclContext()->isExternCContext()) &&
263 (!Func || !Func->getDeclContext()->isExternCContext()))
324 !Var->getDeclContext()->isExternCContext()) {
394 !Function->getDeclContext()->isExternCContext() &&
782 !Function->getDeclContext()->isExternCContext())
804 !Var->getDeclContext()->isExternCContext())
    [all...]
DeclBase.cpp 772 bool DeclContext::isExternCContext() const {
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]

Completed in 40 milliseconds