HomeSort by: relevance | last modified time | path
    Searched refs:IsDecl (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
Transforms.h 170 bool IsDecl = false);
177 bool IsDecl = false);
Transforms.cpp 119 ASTContext &Ctx, bool IsDecl) {
120 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl);
132 bool IsDecl) {
158 if (!IsDecl)
162 return findSemiAfterLocation(tok.getLocation(), Ctx, /*IsDecl*/true);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContextImpl.h 894 bool IsDecl;
898 MDString *APINotesFile, unsigned LineNo, bool IsDecl)
901 APINotesFile(APINotesFile), LineNo(LineNo), IsDecl(IsDecl) {}
907 IsDecl(N->getIsDecl()) {}
915 IsDecl == RHS->getIsDecl();
DebugInfoMetadata.cpp 944 unsigned LineNo, bool IsDecl, StorageType Storage,
948 IncludePath, APINotesFile, LineNo, IsDecl));
951 DEFINE_GETIMPL_STORE(DIModule, (LineNo, IsDecl), Ops);
DIBuilder.cpp 889 DIFile *File, unsigned LineNo, bool IsDecl) {
892 IsDecl);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 2300 bool IsDecl;
2303 bool IsDecl, ArrayRef<Metadata *> Ops)
2305 LineNo(LineNo), IsDecl(IsDecl) {}
2311 unsigned LineNo, bool IsDecl, StorageType Storage,
2316 getCanonicalMDString(Context, APINotesFile), LineNo, IsDecl,
2322 MDString *APINotesFile, unsigned LineNo, bool IsDecl,
2336 bool IsDecl = false),
2338 APINotesFile, LineNo, IsDecl))
2343 bool IsDecl = false)
    [all...]
DIBuilder.h 791 /// \param IsDecl This is a module declaration; default to false;
798 unsigned LineNo = 0, bool IsDecl = false);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 1587 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) ==
1590 IsDecl ? diag::note_previous_decl : diag::note_defined_here)
2830 bool IsDecl =
2833 IsDecl ? diag::note_previous_decl : diag::note_defined_here)
2847 bool IsDecl =
2850 IsDecl ? diag::note_previous_decl : diag::note_defined_here)
2862 bool IsDecl =
2865 IsDecl ? diag::note_previous_decl : diag::note_defined_here)
2878 bool IsDecl =
2881 IsDecl ? diag::note_previous_decl : diag::note_defined_here
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseTentative.cpp 396 bool update(TPResult IsDecl) {
397 switch (IsDecl) {

Completed in 50 milliseconds