HomeSort by relevance Sort by last modified time
    Searched full:isthreadspecified (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 40 DeclPtr, D.isThreadSpecified());
CGDecl.cpp 191 D.isThreadSpecified(),
242 D.isThreadSpecified(),
    [all...]
CodeGenModule.cpp     [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 670 Record.push_back(D->isThreadSpecified());
755 assert(!D->isThreadSpecified() && "PARM_VAR_DECL can't be __thread");
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 611 if (!Policy.SuppressSpecifiers && D->isThreadSpecified())
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 284 Var->setThreadSpecified(D->isThreadSpecified());
    [all...]
SemaDeclAttr.cpp 230 return (vd->hasGlobalStorage() && !(vd->isThreadSpecified()));
    [all...]
SemaCodeComplete.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 410 bool isThreadSpecified() const { return SCS_thread_specified; }
    [all...]
  /external/clang/lib/Parse/
Parser.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h 868 bool isThreadSpecified() const {
    [all...]

Completed in 307 milliseconds