Searched defs:FA (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Parser/
H A Dcxx-using-declaration.cpp5 void FA() {} function in namespace:A
10 using A::FA;
16 FA();
/external/clang/lib/Edit/
H A DEditedSource.cpp31 FileEditsTy::iterator FA = getActionForOffset(Offs); local
32 if (FA != FileEdits.end()) {
33 if (FA->first != Offs)
68 FileEdit &FA = FileEdits[Offs]; local
69 if (FA.Text.empty()) {
70 FA.Text = copyString(text);
76 concat = Twine(text) + FA.Text;
78 concat = Twine(FA.Text) + text;
80 FA.Text = copyString(concat);
99 FileEdit &FA local
113 FileEdit &FA = I->second; local
150 FileEdit &FA = I->second; local
168 FileEdit &FA = I->second; local
191 FileEdit &FA = I->second; local
322 FileEdit &FA = I->second; local
[all...]
/external/llvm/lib/MC/
H A DMachObjectWriter.cpp615 const MCFragment *FA = Asm.getSymbolData(SA).getFragment(); local
618 if (!FA)
621 A_Base = FA->getAtom();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4729 SDValue FA = DAG.getNode(ISD::FRAMEADDR, dl, local
4733 FA, Offset));

Completed in 182 milliseconds