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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 829 bool isBoundable() const override { return !CL->isFileScope(); }
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 505 ID.AddBoolean(S->isFileScope());
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 891 if (CL->isFileScope())
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 658 Record.push_back(E->isFileScope());
    [all...]

Completed in 158 milliseconds