OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeclarationNameLoc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclarationName.cpp
387
DeclarationNameLoc
::
DeclarationNameLoc
(DeclarationName Name) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclarationName.h
647
///
DeclarationNameLoc
- Additional source/type location info
650
class
DeclarationNameLoc
{
694
DeclarationNameLoc
(DeclarationName Name);
696
DeclarationNameLoc
() { memset((void*) this, 0, sizeof(*this)); }
729
static
DeclarationNameLoc
makeNamedTypeLoc(TypeSourceInfo *TInfo) {
730
DeclarationNameLoc
DNL;
736
static
DeclarationNameLoc
makeCXXOperatorNameLoc(SourceLocation BeginLoc,
742
static
DeclarationNameLoc
makeCXXOperatorNameLoc(SourceRange Range) {
743
DeclarationNameLoc
DNL;
749
static
DeclarationNameLoc
makeCXXLiteralOperatorNameLoc(SourceLocation Loc)
[
all
...]
Completed in 77 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026