Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
clangtoolastreader.cpp File Reference

(687fc1601863ae7a67897bc3590b33bd3bdcc3bc)

#include "clangtoolastreader.h"
#include "filesignificancecheck.h"
#include "translator.h"
#include <QLibraryInfo>
+ Include dependency graph for clangtoolastreader.cpp:

Go to the source code of this file.

Classes

class  LupdatePrivate::BeforeThanCompare
 

Namespaces

namespace  LupdatePrivate
 

Functions

void LupdatePrivate::exploreChildrenForFirstStringLiteral (clang::Stmt *stmt, QString &context)
 
bool LupdatePrivate::isQObjectOrQDeclareTrFunctionMacroDeclared (clang::CXXRecordDecl *recordDecl, QString &context, const clang::SourceManager &sm)
 
QString LupdatePrivate::exploreBases (clang::CXXRecordDecl *recordDecl, const clang::SourceManager &sm)
 
QString LupdatePrivate::lookForContext (clang::CXXRecordDecl *recordDecl, const clang::SourceManager &sm)
 
QString LupdatePrivate::contextForNoopMacro (clang::NamedDecl *namedDecl, const clang::SourceManager &sm)
 
QString LupdatePrivate::contextForFunctionDecl (clang::FunctionDecl *func, const std::string &funcName)
 
static bool LupdatePrivate::capture (const QRegularExpression &exp, const QString &line, QString *i, QString *c)
 
bool LupdatePrivate::hasQuote (llvm::StringRef source)
 
bool LupdatePrivate::trFunctionPresent (llvm::StringRef text)
 
bool LupdatePrivate::isPointWithin (const clang::SourceRange &sourceRange, const clang::SourceLocation &point, const clang::SourceManager &sm)