HomeSort by: relevance | last modified time | path
    Searched defs:isFileScope (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 3356 bool isFileScope() const { return TInfoAndScope.getInt(); }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 6896 bool isFileScope = !CurContext->isFunctionOrMethod();
6917 (getLangOpts().CPlusPlus && !(isFileScope && literalType->isArrayType()))
6921 if (isFileScope)
6929 VK, LiteralExpr, isFileScope);
6930 if (isFileScope) {
6946 if (!isFileScope && !getLangOpts().CPlusPlus) {

Completed in 34 milliseconds