Searched refs:IsDefinition (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DCodeCompletionHandler.h45 /// \param IsDefinition Whether this is the definition of a macro, e.g.,
47 virtual void CodeCompleteMacroName(bool IsDefinition) { } argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp443 bool Decl::canBeWeakImported(bool &IsDefinition) const {
444 IsDefinition = false;
449 IsDefinition = true;
457 IsDefinition = true;
474 bool IsDefinition; local
475 if (!canBeWeakImported(IsDefinition))
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h487 bool IsDefinition = true) const;
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp215 bool IsDefinition = !F.isDeclaration(); local
222 Sig, Local, IsDefinition, ScopeLine, FuncFlags, IsOptimized, &F);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp1830 void Parser::CodeCompleteMacroName(bool IsDefinition) { argument
1831 Actions.CodeCompletePreprocessorMacroName(IsDefinition);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h608 /// \param IsDefinition Set to \c true to indicate that this
610 bool canBeWeakImported(bool &IsDefinition) const;
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2171 bool IsDefinition) const {
2177 if (IsDefinition)
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2312 virtual void CodeCompleteMacroName(bool IsDefinition);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp7274 void Sema::CodeCompletePreprocessorMacroName(bool IsDefinition) { argument
7277 IsDefinition? CodeCompletionContext::CCC_MacroName
7279 if (!IsDefinition && (!CodeCompleter || CodeCompleter->includeMacros())) {
7294 } else if (IsDefinition) {
H A DSemaDecl.cpp5190 << Name << DC << /*IsDefinition*/true
6048 bool IsDefinition = ExtraArgs.D.isFunctionDefinition(); local
6133 << Name << NewDC << IsDefinition);
6146 << Name << NewDC << IsDefinition << NewFD->getLocation();
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7789 void CodeCompletePreprocessorMacroName(bool IsDefinition);

Completed in 382 milliseconds